How to insert the project name in a comment in doxygen?

by ryan.murray , in category: Third Party Scripts , 6 months ago

How to insert the project name in a comment in doxygen?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by kadin , 6 months ago

@ryan.murray 

To insert the project name in a comment in Doxygen, you can use the @file command followed by the project name. For example:

1
2
3
4
/**
 * @file ProjectName
 * Description of the project goes here
 */


Make sure to replace "ProjectName" with the actual name of your project. This will document the project name in the generated Doxygen output.

Related Threads:

How to preserve a comment in an example in doxygen?
How to get project or root dir in symfony 5?
How to change the config file for mathjax in doxygen?
How to add typescript to vue 3 and vite project?
How to update vite 3 project to vite 4?
How to comment out in PostgreSQL?