diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-12-09 20:40:34 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-12-09 20:40:34 (GMT) |
commit | 7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f (patch) | |
tree | bbe6210f1426dabef9dcedc0d7d025f79fae6225 /src/outputgen.h | |
parent | 79959c79850830e90aa7e00e72d3718785e29214 (diff) | |
download | Doxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.zip Doxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.tar.gz Doxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.tar.bz2 |
Doxygen-1.2.12-20011209
Diffstat (limited to 'src/outputgen.h')
-rw-r--r-- | src/outputgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outputgen.h b/src/outputgen.h index 1e8e509..1e061e6 100644 --- a/src/outputgen.h +++ b/src/outputgen.h @@ -272,7 +272,7 @@ class BaseOutputDocInterface class OutputGenerator : public BaseOutputDocInterface { public: - enum OutputType { Html, Latex, Man, RTF, XML }; + enum OutputType { Html, Latex, Man, RTF, XML, DEF }; OutputGenerator(); virtual ~OutputGenerator(); |