
doxygen
List of commands for doxygen:
-
doxygen:tldr:27444 doxygen: Generate a default template configuration file `Doxyfile`.$ doxygen -gtry on your machineexplain this command
-
doxygen:tldr:85c0c doxygen: Generate a template configuration file.$ doxygen -g ${path-to-config_file}try on your machineexplain this command
-
doxygen:tldr:a40a9 doxygen: Generate documentation using an existing configuration file.$ doxygen ${path-to-config_file}try on your machineexplain this command