diff options
Diffstat (limited to 'src/doctokenizer.h')
-rw-r--r-- | src/doctokenizer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doctokenizer.h b/src/doctokenizer.h index d2e6ea1..ca0490c 100644 --- a/src/doctokenizer.h +++ b/src/doctokenizer.h @@ -63,7 +63,8 @@ enum Tokens RetVal_CloseXml = 0x10013, RetVal_EndBlockQuote = 0x10014, RetVal_CopyDoc = 0x10015, - RetVal_EndInternal = 0x10016 + RetVal_EndInternal = 0x10016, + RetVal_EndParBlock = 0x10017 }; /** @brief Data associated with a token used by the comment block parser. */ |