summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-06-17 06:26:18 (GMT)
committerGitHub <noreply@github.com>2020-06-17 06:26:18 (GMT)
commit46672f1e6ea2c63e54c0fc8420d6ebdaca958478 (patch)
treee078724f9fd30f006ad121fd622eb9165ed4ec0c
parentf4446b7eadb1c2d32426ff92e40f8336bc44e11e (diff)
parent4cd60ba9ca33158b258ff5b038b778c9c32b410c (diff)
downloadDoxygen-46672f1e6ea2c63e54c0fc8420d6ebdaca958478.zip
Doxygen-46672f1e6ea2c63e54c0fc8420d6ebdaca958478.tar.gz
Doxygen-46672f1e6ea2c63e54c0fc8420d6ebdaca958478.tar.bz2
Merge pull request #7856 from d-c-d/xmldoc
XML tags moved to Appendix D of Ecma-334
-rw-r--r--doc/xmlcmds.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xmlcmds.doc b/doc/xmlcmds.doc
index b59095b..3a58301 100644
--- a/doc/xmlcmds.doc
+++ b/doc/xmlcmds.doc
@@ -17,7 +17,7 @@
/*! \page xmlcmds XML Commands
Doxygen supports most of the XML commands that are typically used in C#
-code comments. The XML tags are defined in Appendix E of the
+code comments. The XML tags are defined in Appendix D of the
<a href="http://www.ecma-international.org/publications/standards/Ecma-334.htm">ECMA-334</a>
standard, which defines the C# language. Unfortunately, the specification is
not very precise and a number of the examples given are of poor quality.