summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-07-15 19:45:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-07-15 19:45:32 (GMT)
commita07d3d48b6191b3fa628315b27b1aae5368af2e6 (patch)
tree52192890cba92da8e7ea63753a0e691f5752d051 /src/doctokenizer.h
parent84f83537818a26eac408a033beea8f5c6a4a2801 (diff)
downloadDoxygen-a07d3d48b6191b3fa628315b27b1aae5368af2e6.zip
Doxygen-a07d3d48b6191b3fa628315b27b1aae5368af2e6.tar.gz
Doxygen-a07d3d48b6191b3fa628315b27b1aae5368af2e6.tar.bz2
Improved handling of \internal and \endinternal
Diffstat (limited to 'src/doctokenizer.h')
-rw-r--r--src/doctokenizer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doctokenizer.h b/src/doctokenizer.h
index 1004306..d2e6ea1 100644
--- a/src/doctokenizer.h
+++ b/src/doctokenizer.h
@@ -62,7 +62,8 @@ enum Tokens
RetVal_SwitchLang = 0x10012,
RetVal_CloseXml = 0x10013,
RetVal_EndBlockQuote = 0x10014,
- RetVal_CopyDoc = 0x10015
+ RetVal_CopyDoc = 0x10015,
+ RetVal_EndInternal = 0x10016
};
/** @brief Data associated with a token used by the comment block parser. */