diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-10-06 19:08:54 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-10-06 19:08:54 (GMT) |
commit | eb9911da9adbb91449d7fcad9bbc33a8152e1727 (patch) | |
tree | c1062a06b0267bdf027f00efb00f1fb2b70db5c5 /src/outputgen.h | |
parent | 5ed55684b0226c2371f1d39cd7f984da44c9ccb1 (diff) | |
download | Doxygen-eb9911da9adbb91449d7fcad9bbc33a8152e1727.zip Doxygen-eb9911da9adbb91449d7fcad9bbc33a8152e1727.tar.gz Doxygen-eb9911da9adbb91449d7fcad9bbc33a8152e1727.tar.bz2 |
Release-1.2.18-20021006
Diffstat (limited to 'src/outputgen.h')
-rw-r--r-- | src/outputgen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/outputgen.h b/src/outputgen.h index 5613bc1..bd432ca 100644 --- a/src/outputgen.h +++ b/src/outputgen.h @@ -86,8 +86,8 @@ class BaseOutputDocInterface : public BaseCodeDocInterface }; virtual void parseDoc(const char *,int, const char *,MemberDef *, - const QCString &) - {} + const QCString &,bool) {} + virtual void parseText(const QCString &) {} /*! Start of a bullet list: e.g. \c <ul> in html. writeListItem() is * Used for the bullet items. @@ -297,7 +297,7 @@ class BaseOutputDocInterface : public BaseCodeDocInterface class OutputGenerator : public BaseOutputDocInterface { public: - enum OutputType { Html, Latex, Man, RTF, XML, DEF }; + enum OutputType { Html, Latex, Man, RTF, XML, DEF, Perl }; OutputGenerator(); virtual ~OutputGenerator(); |