mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 06:18:17 +01:00
327 B
327 B
doxygen
A documentation system for various programming languages.
- Generate a default template configuration file "Doxyfile":
doxygen -g
- Generate a template configuration file:
doxygen -g {{path/to/config_file}}
- Generate documentation using an existing configuration file:
doxygen {{path/to/config_file}}