plantuml/src/h/package-info.java

24 lines
660 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>.
*
* <p>
* Port of the <code>C header</code> (<code>.h</code>) of Graphviz on Java:
* <ul>
* <li><code>EN</code> for <code>enumeration</code> or <code>enum</code></li>
* <li><code>ST</code> for <code>structure</code></li>
* </ul>
* </p>
*
* @see "gen"
* @see gen.annotation
* @see "gen.lib"
* @see gen.plugin.dot_layout
* @see smetana.core
* @see net.sourceforge.plantuml.sdot
*
*/
package h;