diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-07-31 09:47:55 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-07-31 09:47:55 (GMT) |
commit | 1c8d2ecc67997ee88dfabbeafdbc2e9805a10e3f (patch) | |
tree | 3a0bb2ba8d9a6e9cfcfa82446c595cc30e7726aa | |
parent | 0faf45600c6c640bfaf11b017d43a4b9de193ebf (diff) | |
download | Doxygen-1c8d2ecc67997ee88dfabbeafdbc2e9805a10e3f.zip Doxygen-1c8d2ecc67997ee88dfabbeafdbc2e9805a10e3f.tar.gz Doxygen-1c8d2ecc67997ee88dfabbeafdbc2e9805a10e3f.tar.bz2 |
Bug 769018 - Invalid XHTML if the directives brief and exception are following immediately
-rw-r--r-- | src/commentscan.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentscan.l b/src/commentscan.l index 98f2093..f31452a 100644 --- a/src/commentscan.l +++ b/src/commentscan.l @@ -254,6 +254,7 @@ static DocCmdMap docCmdMap[] = { "result", 0, TRUE }, { "return", 0, TRUE }, { "returns", 0, TRUE }, + { "exception", 0, TRUE }, { "retval", 0, TRUE }, { "sa", 0, TRUE }, { "see", 0, TRUE }, |