diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-04-21 13:56:37 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-04-21 13:56:37 (GMT) |
commit | 2eef94da7bc476987b1a46690bbdaeb76a05dd82 (patch) | |
tree | 3db0b381fb31e078de0540249c869667f44ec68d /src/outputgen.h | |
parent | 7e0aeda8a19448b44750f2530864432c964b0374 (diff) | |
download | Doxygen-2eef94da7bc476987b1a46690bbdaeb76a05dd82.zip Doxygen-2eef94da7bc476987b1a46690bbdaeb76a05dd82.tar.gz Doxygen-2eef94da7bc476987b1a46690bbdaeb76a05dd82.tar.bz2 |
Release-1.3-20030421
Diffstat (limited to 'src/outputgen.h')
-rw-r--r-- | src/outputgen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/outputgen.h b/src/outputgen.h index 046f47e..508534e 100644 --- a/src/outputgen.h +++ b/src/outputgen.h @@ -78,11 +78,11 @@ class BaseOutputDocInterface : public BaseCodeDocInterface { public: enum ParamListTypes { Param, RetVal, Exception }; - enum SectionTypes { See, Return, Author, Version, + enum SectionTypes { /*See, Return, Author, Version, Since, Date, Bug, Note, Warning, Par, Deprecated, Pre, Post, Invar, Remark, Attention, - Todo, Test, RCS, EnumValues, + Todo, Test, RCS, */ EnumValues, Examples }; |