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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -