summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.h
diff options
context:
space:
mode:
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. */