Cannot use config file with @startdot

0 votes
asked Oct 7, 2016 in Bug by anonymous
Hi,

I have a doc system which uses plantuml to create uml and dot images directly into sphinx via the sphinxcontrib-plantuml extension

For the uml part, I would like to use a config file with some standard setup for colours, stereotypes etc, but doing that causes the dot diagrams (using@startdot etc) to fail, due to a syntax error from the contents of the config file.

I have tested the use of such a config file with @startdot diagrams, just using plantuml and found that it fails.

Please can you fix plantuml to ignore the config file for @startdot diagrams as I don't think the config file is useful in that case.

Thanks,

Jonathan

1 Answer

0 votes
answered Oct 7, 2016 by plantuml (298,440 points)
Hi

Are you talking about the -config flag of the command line ?

Thanks!
commented Oct 7, 2016 by anonymous
Hi,

Yes I am!

Regards,
Jonathan
...