summaryrefslogtreecommitdiffstats
path: root/src/parserintf.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-07-07 20:16:18 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-07-07 20:16:18 (GMT)
commit6c5b1ce29dc2ed6a8fbf7e69b7d085bdb3e87647 (patch)
tree3b82721edc171f76f1a6712ff59e547a592aec23 /src/parserintf.h
parentf92ed7a658968bac5b777322fea4d7216e41b487 (diff)
downloadDoxygen-6c5b1ce29dc2ed6a8fbf7e69b7d085bdb3e87647.zip
Doxygen-6c5b1ce29dc2ed6a8fbf7e69b7d085bdb3e87647.tar.gz
Doxygen-6c5b1ce29dc2ed6a8fbf7e69b7d085bdb3e87647.tar.bz2
Release-1.4.3-20050707
Diffstat (limited to 'src/parserintf.h')
-rw-r--r--src/parserintf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/parserintf.h b/src/parserintf.h
index ac81a72..ce1f649 100644
--- a/src/parserintf.h
+++ b/src/parserintf.h
@@ -95,17 +95,6 @@ class ParserInterface
*/
virtual void parsePrototype(const char *text) = 0;
- /** Callback function called by the comment block scanner upon encountering
- * a group block start command (@@{). If the group has a header
- * specified via the @@name command, this will be passed via
- * the \a header parameter, if not the \a header parameter will be 0.
- */
- virtual void handleGroupStartCommand(const char *header) = 0;
-
- /** Callback function called by the comment block scanner upon encountering
- * a group block end command (@@}).
- */
- virtual void handleGroupEndCommand() = 0;
};
//-----------------------------------------------------------------------------