fixed documentation problem: startuml is now part of doxygen

This commit is contained in:
Marc Wäckerlin
2016-09-04 19:13:01 +00:00
parent 79f5b1b3bc
commit 089f39defc
4 changed files with 10 additions and 30 deletions

View File

@@ -229,8 +229,6 @@ TAB_SIZE = 2
# newlines.
ALIASES = "id=\par File-ID\n"
ALIASES += "enduml=\endif"
ALIASES += "startuml{1}=@image html \1\n@image latex \1\n\if DontIgnorePlantUMLCode"
ALIASES += "author=<a href="@AUTHOR_URL@" target="_blank">@AUTHOR_NAME@</a>"
ALIASES += "readme=@README_HTML@"
ALIASES += "description=@DESCRIPTION@"
@@ -881,7 +879,6 @@ EXAMPLE_RECURSIVE = YES
# \image command).
IMAGE_PATH =
IMAGE_PATH += "gen-uml-images"
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
@@ -2377,7 +2374,7 @@ DIAFILE_DIRS =
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.
PLANTUML_JAR_PATH =
PLANTUML_JAR_PATH = "@top_srcdir@/@PLANTUML@"
# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.