1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-07 10:50:53 +00:00
plantuml/src/net/sourceforge/plantuml/sdot/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

13 lines
346 B
Java

/**
* Provides classes used to manage
* <a href="https://plantuml.com/smetana02" target="_top">
* Smetana <i>(internal port of GraphViz in plantuml)</i></a>
* for layout engine.
*
* @see net.sourceforge.plantuml.dot
* @see net.sourceforge.plantuml.elk
* @see net.sourceforge.plantuml.vizjs
*
*/
package net.sourceforge.plantuml.sdot;