Upd: Add some documentation

- [x] Add EBNF on README
- [x] Attemps to add some `README.md` on the src
This commit is contained in:
The-Lum 2023-01-25 19:42:56 +00:00
parent 74bcf039a2
commit 1c6cd1cf7f
2 changed files with 17 additions and 0 deletions

View File

@ -40,6 +40,7 @@ PlantUML is a component that allows to quickly write:
The following non-UML diagrams are also supported:
* [JSON data](http://plantuml.com/json)
* [YAML data](http://plantuml.com/yaml)
* [Extended Backus-Naur Form (EBNF) diagram](http://plantuml.com/ebnf)
* [Network diagram (nwdiag)](http://plantuml.com/nwdiag)
* [Wireframe graphical interface or UI mockups (salt)](http://plantuml.com/salt)
* [Archimate diagram](http://plantuml.com/archimate-diagram)

16
stdlib/README.md Normal file
View File

@ -0,0 +1,16 @@
# Standard Library (`stdlib`) of PlantUML
This directory contains all the Standard Library (`stdlib`) files on a compressed format (`.repx`).
### Source
For the source of the Standard Library (`stdlib`):
- See this offficial dedicated source repository:
- https://github.com/plantuml/plantuml-stdlib
- See also this collaboratif repository _(Unofficial PlantUML stdlib)_:
- https://github.com/plantuml-stdlib
### Format
For the compressed format (`.repx`), see this part of code:
- [src/net/sourceforge/plantuml/preproc/Stdlib.java](https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/preproc/Stdlib.java)