summaryrefslogtreecommitdiffstats
path: root/doc/docblocks.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-27 12:51:26 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-27 12:51:26 (GMT)
commit78a73c52935396f0158ed9dd58909424981bee7e (patch)
tree02c0c8dba90276cde6dcd6743d6cfb6e9451fdfc /doc/docblocks.doc
parent985ca18d4f6a9d41001a18ff6b007831bd740173 (diff)
downloadDoxygen-78a73c52935396f0158ed9dd58909424981bee7e.zip
Doxygen-78a73c52935396f0158ed9dd58909424981bee7e.tar.gz
Doxygen-78a73c52935396f0158ed9dd58909424981bee7e.tar.bz2
Documentation internet addresses
Running a link checker revealed a number of not existing / redirected addresses, these have been corrected.
Diffstat (limited to 'doc/docblocks.doc')
-rw-r--r--doc/docblocks.doc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc
index f02e55b..ab144af 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -632,7 +632,7 @@ and is ideal for a short description.
For longer descriptions you often will find the
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>
+<a href="https://daringfireball.net/projects/markdown/syntax">Markdown</a>
syntax, including parts of the
<a href="https://michelf.ca/projects/php-markdown/extra/">Markdown Extra</a>
extension.
@@ -648,8 +648,9 @@ forms of additional markup on top of Markdown formatting.
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="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.
+2. <a href="https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments">XML</a> markup
+ as specified in the <a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c042926_ISO_IEC_23270_2006(E).zip">C# standard</a>.
+ 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="https://en.wikipedia.org/wiki/HTML">HTML</a> markup language.