mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
Document PSystemBuilder
This commit is contained in:
parent
cbab1c333f
commit
ef8879f3b3
@ -108,6 +108,13 @@ import net.sourceforge.plantuml.wbs.WBSDiagramFactory;
|
|||||||
import net.sourceforge.plantuml.wire.WireDiagramFactory;
|
import net.sourceforge.plantuml.wire.WireDiagramFactory;
|
||||||
import net.sourceforge.plantuml.yaml.YamlDiagramFactory;
|
import net.sourceforge.plantuml.yaml.YamlDiagramFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Builds a diagram from pre-processed PlantUML source.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Tries each of the factories (enumerated in the static block below) until one
|
||||||
|
* succeeds.
|
||||||
|
*/
|
||||||
public class PSystemBuilder {
|
public class PSystemBuilder {
|
||||||
// ::remove file when __HAXE__
|
// ::remove file when __HAXE__
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user