mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-23 21:37:34 +00:00
Upd: Add some documentation
- [x] Add EBNF on README - [x] Attemps to add some `README.md` on the src
This commit is contained in:
parent
74bcf039a2
commit
1c6cd1cf7f
@ -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
16
stdlib/README.md
Normal 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)
|
||||
|
Loading…
Reference in New Issue
Block a user