学习doxygen 2. 使用

  1. You document your source code with special documentation blocks (see section Special comment blocks).

  2. You generate a configuration file (see section Configuration) by calling doxygen with the -g option:

doxygen -g 
  1. You edit the configuration file so it matches your project. In the configuration file you can specify the input files and a lot of optional information.

  2. You let doxygen generate the documentation, based on the settings in the configuration file:

doxygen 

你可能感兴趣的:(学习doxygen 2. 使用)