1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:35:26 +02:00

doxygen: add page (#1812)

This commit is contained in:
Max Xu 2017-12-19 11:32:30 +08:00 committed by Agniva De Sarker
parent 0697c4d409
commit 07d83931ec

15
pages/common/doxygen.md Normal file
View file

@ -0,0 +1,15 @@
# 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}}`