Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.