c++ - How to set an input directory for doxygen? -


i have directory in source , header files saved. run doxygen generate documentation these source code. however, not want change in directory (in particular cannot add sub directories in doxygen documentation saved).

how can achieve need? using doxygen first time. so, detailed instructions appreciated.

i think need following. create , go 'documentation' directory. in directory execute doxygen -g create template configuration file named "doxyfile". then, think, need modify doxyfile indicate source code not in current directory. way, output automatically (by default) saved in directory in doxygen executed?

i found answer already. procedure follows:

  1. execute doxygen -g. doxyfile generated.
  2. open doxyfile , find input =
  3. after 'input =' put name of directory source code located.
  4. execute in command line doxygen doxyfile.
  5. the output put directory doxygen executed.

Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -