mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 00:33:09 +02:00
doxygen: add page (#1812)
This commit is contained in:
parent
0697c4d409
commit
07d83931ec
1 changed files with 15 additions and 0 deletions
15
pages/common/doxygen.md
Normal file
15
pages/common/doxygen.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue