2023-11-14 14:34:15 +00:00
|
|
|
/**
|
|
|
|
* 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>.
|
|
|
|
*
|
2023-11-15 20:35:20 +00:00
|
|
|
* <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>
|
|
|
|
*
|
2023-11-16 11:08:55 +00:00
|
|
|
* @see "gen"
|
2023-11-15 20:35:20 +00:00
|
|
|
* @see gen.annotation
|
2023-11-16 11:08:55 +00:00
|
|
|
* @see "gen.lib"
|
2023-11-15 20:35:20 +00:00
|
|
|
* @see gen.plugin.dot_layout
|
2023-11-14 14:34:15 +00:00
|
|
|
* @see smetana.core
|
|
|
|
* @see net.sourceforge.plantuml.sdot
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
package h;
|