diff options
Diffstat (limited to 'doc/docblocks.doc')
-rw-r--r-- | doc/docblocks.doc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc index f0499c6..81cfdd0 100644 --- a/doc/docblocks.doc +++ b/doc/docblocks.doc @@ -260,7 +260,7 @@ Here is an example of the use of these comment blocks: \include afterdoc.h \htmlonly </p> - Click <a href="examples/afterdoc/html/class_test.html">here</a> + Click <a href="examples/afterdoc/html/class_afterdoc___test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly \latexonly @@ -281,7 +281,7 @@ Here is an example of a documented piece of C++ code using the Qt style: \include qtstyle.cpp \htmlonly </p> - Click <a href="examples/qtstyle/html/class_test.html">here</a> + Click <a href="examples/qtstyle/html/class_q_tstyle___test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly \latexonly @@ -316,7 +316,7 @@ JavaDoc style and \ref cfg_javadoc_autobrief "JAVADOC_AUTOBRIEF" set to YES: \include jdstyle.cpp \htmlonly </p> - Click <a href="examples/jdstyle/html/class_test.html">here</a> + Click <a href="examples/jdstyle/html/class_javadoc___test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly \latexonly @@ -634,7 +634,7 @@ need for some more structure, like a block of verbatim text, a list, or a simple table. For this doxygen supports the <a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a> syntax, including parts of the -<a href="http://michelf.com/projects/php-markdown/extra/">Markdown Extra</a> +<a href="https://michelf.ca/projects/php-markdown/extra/">Markdown Extra</a> extension. Markdown is designed to be very easy to read and write. @@ -646,13 +646,13 @@ directly. For more details see chapter \ref markdown. For programming language specific formatting doxygen has two forms of additional markup on top of Markdown formatting. -1. <a href="http://en.wikipedia.org/wiki/Javadoc">Javadoc</a> like markup. +1. <a href="https://en.wikipedia.org/wiki/Javadoc">Javadoc</a> like markup. See \ref commands for a complete overview of all commands supported by doxygen. -2. <a href="http://en.wikipedia.org/wiki/C_Sharp_(programming_language)#XML_documentation_system">XML</a> markup +2. <a href="https://en.wikipedia.org/wiki/C_Sharp_(programming_language)#XML_documentation_system">XML</a> markup as specified in the C# standard. See \ref xmlcmds for the XML commands supported by doxygen. If this is still not enough doxygen also supports a \ref htmlcmds "subset" of -the <a href="http://en.wikipedia.org/wiki/HTML">HTML</a> markup language. +the <a href="https://en.wikipedia.org/wiki/HTML">HTML</a> markup language. \htmlonly Go to the <a href="markdown.html">next</a> section or return to the |