diff options
author | David Dyck <david.dyck@gmail.com> | 2020-06-16 23:40:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 23:40:14 (GMT) |
commit | 4cd60ba9ca33158b258ff5b038b778c9c32b410c (patch) | |
tree | e078724f9fd30f006ad121fd622eb9165ed4ec0c /doc | |
parent | f4446b7eadb1c2d32426ff92e40f8336bc44e11e (diff) | |
download | Doxygen-4cd60ba9ca33158b258ff5b038b778c9c32b410c.zip Doxygen-4cd60ba9ca33158b258ff5b038b778c9c32b410c.tar.gz Doxygen-4cd60ba9ca33158b258ff5b038b778c9c32b410c.tar.bz2 |
XML tags moved to Appendix D of Ecma-334
The 5th Edition / December 2017 of https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-334.pdf
has the XML commands in Appendix D
Fix issue Typo in xmlcmds.doc XML tags moved to Appendix D of Ecma-334 #7855
https://github.com/doxygen/doxygen/issues/7855
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xmlcmds.doc | 2 |
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. |