mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
doxygen: add Dutch translation (#19075)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# doxygen
|
||||
|
||||
> Een documentatiesysteem voor diverse programmeertalen.
|
||||
> Meer informatie: <https://manned.org/doxygen>.
|
||||
|
||||
- Genereer documentatie met `Doxyfile` als configuratiebestand (indien aanwezig):
|
||||
|
||||
`doxygen`
|
||||
|
||||
- Genereer het standaard configuratiebestand `Doxyfile`:
|
||||
|
||||
`doxygen -g`
|
||||
|
||||
- Genereer een template configuratiebestand:
|
||||
|
||||
`doxygen -g {{pad/naar/configuratiebestand}}`
|
||||
|
||||
- Genereer documentatie met behulp van een bestaand configuratiebestand:
|
||||
|
||||
`doxygen {{pad/naar/configuratiebestand}}`
|
||||
Reference in New Issue
Block a user