1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-07 02:40:52 +00:00

Document PSystemBuilder

This commit is contained in:
Benjamin Davies 2023-08-26 15:24:25 +12:00
parent cbab1c333f
commit ef8879f3b3
No known key found for this signature in database
GPG Key ID: 9FFDE0674336C460

View File

@ -108,6 +108,13 @@ import net.sourceforge.plantuml.wbs.WBSDiagramFactory;
import net.sourceforge.plantuml.wire.WireDiagramFactory;
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 {
// ::remove file when __HAXE__