1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-08 03:10:53 +00:00
plantuml/src/gen/annotation/package-info.java
The-Lum 8a1a9dfc8b docs: add package-info.java for gen.annotation (smetana)
- add `package-info.java` for `gen.annotation`
- add `@see` on `h` and `smetana/core`
2023-11-15 20:35:20 +00:00

13 lines
353 B
Java

/**
* This package is part of Smetana:
* the internal port (from <code>C</code> to <code>Java</code>)
* of <a href="https://graphviz.org"target="_top">GraphViz/Dot</a>
* in <a href="https://plantuml.com/smetana02" target="_top">plantuml</a>.
*
* @see h
* @see smetana.core
* @see net.sourceforge.plantuml.sdot
*
*/
package gen.annotation;