diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-06-12 19:47:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2017-06-12 19:47:51 (GMT) |
commit | e7e62101a1a659740223c32cdd525b1e66b1cf09 (patch) | |
tree | a638dcb95d998680822949ad184cdb2d83faa2e5 /doc/commands.doc | |
parent | 38987846ec0752b8deee7bab69c7890aa861af00 (diff) | |
parent | 79a4de921461daec19697c781a17899f759057df (diff) | |
download | Doxygen-e7e62101a1a659740223c32cdd525b1e66b1cf09.zip Doxygen-e7e62101a1a659740223c32cdd525b1e66b1cf09.tar.gz Doxygen-e7e62101a1a659740223c32cdd525b1e66b1cf09.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 70b89c6..4357fba 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -433,7 +433,7 @@ Structural indicators \par Example: \include enum.h \htmlonly - Click <a href="examples/enum/html/class_test.html">here</a> + Click <a href="examples/enum/html/class_enum___test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly \latexonly @@ -565,7 +565,7 @@ Structural indicators \par Example: \include func.h \htmlonly - Click <a href="examples/func/html/class_test.html">here</a> + Click <a href="examples/func/html/class_fn___test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly \latexonly @@ -823,7 +823,7 @@ Structural indicators \par Example: \include overload.cpp \htmlonly - Click <a href="examples/overload/html/class_test.html">here</a> + Click <a href="examples/overload/html/class_overload___test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly \latexonly @@ -1121,7 +1121,7 @@ Structural indicators <hr> \section cmdweakgroup \\weakgroup <name> [(title)] - \addindex \\addtogroup + \addindex \\weakgroup Can be used exactly like \ref cmdaddtogroup "\\addtogroup", but has a lower priority when it comes to resolving conflicting grouping definitions. @@ -1513,7 +1513,7 @@ ALIASES = "english=\if english" \ \par Example: \include par.cpp \htmlonly - Click <a href="examples/par/html/class_test.html">here</a> + Click <a href="examples/par/html/class_par___test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly \latexonly @@ -2704,7 +2704,7 @@ class Receiver \addindex \\startuml Starts a text fragment which should contain a valid description of a - PlantUML diagram. See http://plantuml.sourceforge.net/ for examples. + PlantUML diagram. See http://plantuml.com/ for examples. The text fragment ends with \ref cmdenduml "\\enduml". \note You need to install Java and the PlantUML's jar file, if you want to use this command. The location of the jar file should be specified |