mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03: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}}