1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 08:00:48 +00:00
plantuml/src/net/sourceforge/plantuml/syntax/readme.md
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

900 B

Directory Documentation for syntax

Description

This package provides classes used to manage PlantUML Syntax and Language (use to print language, and 'cypher').

Reference

Usage

With the -language option

java -jar plantuml.jar -language

In order to have the PlantUML list of:

  • type,
  • keyword,
  • preprocessor,
  • skinparameter,
  • color.

With the -cypher option

java -jar plantuml.jar -cypher file.puml

That generates a file.preproc.

Ref.:

See also code here: