summaryrefslogtreecommitdiffstats
path: root/src/commentscan.h
diff options
context:
space:
mode:
authorAdrian Negreanu <groleo@gmail.com>2019-07-26 10:17:43 (GMT)
committerAdrian Negreanu <groleo@gmail.com>2019-07-26 10:20:27 (GMT)
commitb30e834cd04881ddeaadf8c78a9e716b4dd6a689 (patch)
tree501e0a1db38ed64d3cff35b81e24583e75684eb1 /src/commentscan.h
parentb118de2f38cfcb91888db571b5d9fd1a85731cd5 (diff)
downloadDoxygen-b30e834cd04881ddeaadf8c78a9e716b4dd6a689.zip
Doxygen-b30e834cd04881ddeaadf8c78a9e716b4dd6a689.tar.gz
Doxygen-b30e834cd04881ddeaadf8c78a9e716b4dd6a689.tar.bz2
take doc group out of commentscan.l
Signed-off-by: Adrian Negreanu <groleo@gmail.com>
Diffstat (limited to 'src/commentscan.h')
-rw-r--r--src/commentscan.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/commentscan.h b/src/commentscan.h
index 75cd99f..7d2189f 100644
--- a/src/commentscan.h
+++ b/src/commentscan.h
@@ -85,13 +85,5 @@ bool parseCommentBlock(ParserInterface *parser,
bool &newEntryNeeded
);
-void groupEnterFile(const char *file,int line);
-void groupLeaveFile(const char *file,int line);
-void groupLeaveCompound(const char *file,int line,const char *name);
-void groupEnterCompound(const char *file,int line,const char *name);
-void openGroup(Entry *e,const char *file,int line);
-void closeGroup(Entry *,const char *file,int line,bool foundInline=FALSE);
-void initGroupInfo(Entry *e);
-
#endif