comparison nobuild/doc/docutils.conf @ 138:a1c2b56cb44d

Beginnings of rst doc with embedded plantuml
author David Bryant <bagnose@gmail.com>
date Sun, 30 Sep 2012 15:25:53 +0930
parents
children
comparison
equal deleted inserted replaced
137:9a9dcae45e08 138:a1c2b56cb44d
1 [restructuredtext parser]
2
3 #
4 # PlantUML directive config
5 #
6
7 # Command to run plantuml, %s will be replaced by the input file name (MANDATORY)
8 plantuml_cmd: plantuml %s
9
10 # Text prepended to each plantuml source file (OPTIONAL)
11 plantuml_hdr:
12 skinparam backgroundColor transparent
13 skinparam sequenceArrowColor DeepSkyBlue
14 skinparam sequenceParticipantBorderColor DeepSkyBlue
15 skinparam sequenceActorBorderColor DeepSkyBlue
16 skinparam sequenceLifeLineBorderColor blue