summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-05-19 20:43:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-05-19 20:43:03 (GMT)
commit8fc085331be87d732c7652c7dd3c6b46b31fa30e (patch)
treee0fd704ef1164e33f945d1b6a917bd47b042844c /src/doctokenizer.h
parent79099187058387c3d77bc33f46f02ee2315ef83d (diff)
downloadDoxygen-8fc085331be87d732c7652c7dd3c6b46b31fa30e.zip
Doxygen-8fc085331be87d732c7652c7dd3c6b46b31fa30e.tar.gz
Doxygen-8fc085331be87d732c7652c7dd3c6b46b31fa30e.tar.bz2
Paragraph inbetween @warning like section and autolist no longer ended section
Diffstat (limited to 'src/doctokenizer.h')
-rw-r--r--src/doctokenizer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doctokenizer.h b/src/doctokenizer.h
index 8804a41..1004306 100644
--- a/src/doctokenizer.h
+++ b/src/doctokenizer.h
@@ -1,6 +1,6 @@
/******************************************************************************
*
- *
+ * $Id: $
*
*
* Copyright (C) 1997-2013 by Dimitri van Heesch.
@@ -156,5 +156,7 @@ void doctokenizerYYsetStateAnchor();
void doctokenizerYYsetInsidePre(bool b);
void doctokenizerYYpushBackHtmlTag(const char *tag);
void doctokenizerYYsetStateSnippet();
+void doctokenizerYYstartAutoList();
+void doctokenizerYYendAutoList();
#endif