mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 13:57:17 +00:00
Update cheatsheets
This commit is contained in:
21
doxygen
Normal file
21
doxygen
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# doxygen
|
||||
|
||||
> A documentation system for various programming languages.
|
||||
> More information: <http://www.doxygen.nl>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user