Ask Your Question
0

How can set the Project Title in the Doxygen Configuration File?

asked 2023-04-03 22:48:50 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-04-03 22:49:23 +0000

qstack gravatar image

To set the project title in a Doxygen file, you can use the following command in your Doxygen configuration file (usually named Doxygen.conf or Doxyfile):

PROJECT_NAME = "Your Project Name"

Replace "Your Project Name" with the actual name of your project. This command sets the project name and appears as the main heading on the generated documentation.

Alternatively, you can also set the project title using Doxygen's web interface. In the "Expert" tab, under the "Project" category, you can find the "Project name" field where you can enter your project's name.

After setting the project name or title, make sure to run Doxygen again to regenerate the documentation with the updated information.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

1 follower

Stats

Asked: 2023-04-03 22:48:50 +0000

Seen: 27 times

Last updated: Apr 03 '23