12 lines
211 B
Markdown
12 lines
211 B
Markdown
|
|
# Documentation Guidelines
|
||
|
|
|
||
|
|
Best practices and guidelines for writing code documentation.
|
||
|
|
|
||
|
|
## PlantUML
|
||
|
|
|
||
|
|
Create png images from PlantUML files using the following command:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
plantuml -tpng <file>.puml
|
||
|
|
```
|