diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-08-06 15:11:00 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-08-06 15:11:00 (GMT) |
commit | ef99315d71b4b8e2c027033665bcc1244f43ca15 (patch) | |
tree | aa501b0916e827fee6032245628509acc64efbba /src/scanner.h | |
parent | e139c0246413d3803028572dcafe9f065f4c9eab (diff) | |
download | Doxygen-ef99315d71b4b8e2c027033665bcc1244f43ca15.zip Doxygen-ef99315d71b4b8e2c027033665bcc1244f43ca15.tar.gz Doxygen-ef99315d71b4b8e2c027033665bcc1244f43ca15.tar.bz2 |
Release-1.2.0-20000806
Diffstat (limited to 'src/scanner.h')
-rw-r--r-- | src/scanner.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/scanner.h b/src/scanner.h index 40add67..0763e33 100644 --- a/src/scanner.h +++ b/src/scanner.h @@ -19,22 +19,10 @@ #define SCANNER_H #include "qtbc.h" -#include <stdio.h> -#include <qlist.h> -#include <qintdict.h> - -#include "entry.h" -#include "code.h" class OutputList; +class Entry; extern void parseMain(Entry *); -extern void parseDoc(OutputList &ol, - const char *fileName,int startLine, - const char *clName, const char *memName, - const QCString &docString); -extern void parseExample(OutputList &ol,const QCString &docString, - const char *fileName); -extern void parseText(OutputList &ol,const QCString &txtString); #endif |