diff options
Diffstat (limited to 'src/doctokenizer.h')
-rw-r--r-- | src/doctokenizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doctokenizer.h b/src/doctokenizer.h index 35fdbe2..5036f19 100644 --- a/src/doctokenizer.h +++ b/src/doctokenizer.h @@ -63,6 +63,7 @@ enum Tokens RetVal_EndBlockQuote = 0x10014 }; +/** @brief Data associated with a token used by the comment block parser. */ struct TokenInfo { // unknown token |