Forrest logo
back to context overview

doxygen

List of commands for doxygen:

  • doxygen:tldr:27444 doxygen: Generate a default template configuration file `Doxyfile`.
    $ doxygen -g
    try on your machine
    explain this command
  • doxygen:tldr:85c0c doxygen: Generate a template configuration file.
    $ doxygen -g ${path-to-config_file}
    try on your machine
    explain this command
  • doxygen:tldr:a40a9 doxygen: Generate documentation using an existing configuration file.
    $ doxygen ${path-to-config_file}
    try on your machine
    explain this command
back to context overview