1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-06 18:30:52 +00:00
plantuml/src/net/sourceforge/plantuml/syntax/package-info.java
The-Lum c885afd3d2 docs: add package-info.java and readme.md
(for `png` to `zopfli`)

Todo or remaining directory:
- api
- compositediagram
- core
- decoration
- flowdiagram
- golem
- klimt
- mda
- text
- utils
- webp
2023-11-09 20:11:23 +00:00

9 lines
254 B
Java

/**
* Provides classes used to manage Syntax and Language (use to print language, and 'cypher').
*
* @see net.sourceforge.plantuml.OptionPrint#printLanguage
* @see net.sourceforge.plantuml.utils.Cypher
*
*/
package net.sourceforge.plantuml.syntax;