From 1c8d2ecc67997ee88dfabbeafdbc2e9805a10e3f Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sun, 31 Jul 2016 11:47:55 +0200 Subject: Bug 769018 - Invalid XHTML if the directives brief and exception are following immediately --- src/commentscan.l | 1 + 1 file changed, 1 insertion(+) 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 }, -- cgit v0.12