summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-10-27 13:19:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-10-27 13:19:39 (GMT)
commitcf1c218d74ef52c22f9f22c33b1922c10d8291cd (patch)
tree8dcc8ae7b97b94d1c57bbeb580908c895d5d1e0c /src/doctokenizer.h
parent681038d8137ef9ba36b575aada4ae8526631001a (diff)
parenta68e6c0724f99dfa6cea25f7d56fb6077100fc85 (diff)
downloadDoxygen-cf1c218d74ef52c22f9f22c33b1922c10d8291cd.zip
Doxygen-cf1c218d74ef52c22f9f22c33b1922c10d8291cd.tar.gz
Doxygen-cf1c218d74ef52c22f9f22c33b1922c10d8291cd.tar.bz2
Merge branch 'feature/bug_warning_msg' of https://github.com/albert-github/doxygen into albert-github-feature/bug_warning_msg
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 b3b9fa5..d0bdf06 100644
--- a/src/doctokenizer.h
+++ b/src/doctokenizer.h
@@ -34,12 +34,13 @@ enum Tokens
TK_WHITESPACE = 3,
TK_LISTITEM = 4,
TK_ENDLIST = 5,
- TK_COMMAND = 6,
+ TK_COMMAND = 6, //! Command starting with `@`
TK_HTMLTAG = 7,
TK_SYMBOL = 8,
TK_NEWPARA = 9,
TK_RCSTAG = 10,
TK_URL = 11,
+ TK_COMMAND1 = 12, //! Command starting with `\`
RetVal_OK = 0x10000,
RetVal_SimpleSec = 0x10001,