summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-04-06 10:50:00 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-04-06 10:50:00 (GMT)
commit0dbc0d1c0b58bc06651137cd310a945a1db25151 (patch)
tree66b870464b6b8026e6547af3a3486e46ba7ff653 /doc
parentafa248d63e73886a6f0dc0cdb285d18959a0a963 (diff)
downloadDoxygen-0dbc0d1c0b58bc06651137cd310a945a1db25151.zip
Doxygen-0dbc0d1c0b58bc06651137cd310a945a1db25151.tar.gz
Doxygen-0dbc0d1c0b58bc06651137cd310a945a1db25151.tar.bz2
Extending startuml with extra figure types
2 more supported exgines / figure types: `board` and `git` (thanks to: The-Lu, see https://forum.plantuml.net/13557/support-for-the-different-%40start-commands?show=13564#a13564)
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index afbc786..6cd03e5 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -2923,8 +2923,8 @@ class Receiver
Not all diagrams can be created with the PlantUML `@startuml` command but need another
PlantUML `@start...` command. This wil look like `@start<engine>` where currently supported are
the following `<engine>`'s: `uml`, `bpm`, `wire`, `dot`, `ditaa`, `salt`, `math`, `latex`,
- `gantt`, `mindmap`, `wbs`, `yaml`, `creole`, `json` and `flow`. By default the `<engine>` is
- `uml`. The `<engine>` can be specified as an option.
+ `gantt`, `mindmap`, `wbs`, `yaml`, `creole`, `json`, `flow`a, `board` and `git`.s
+ By default the `<engine>` is `uml`. The `<engine>` can be specified as an option.
Also the file to write the resulting image to can be specified by means of an option, see the
description of the first (optional) argument for details.
Of course only one `<engine>` can be specified and also the filename can only be specified once.