diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-04-08 19:19:32 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-04-08 19:19:32 (GMT) |
commit | c08484819f37862c753a193092326cb16e1a89fa (patch) | |
tree | 120d3069adfaa3da505045185569c8c67554d055 /src/packagedef.h | |
parent | 790edce05edc348b237258995816da1708d67a73 (diff) | |
download | Doxygen-c08484819f37862c753a193092326cb16e1a89fa.zip Doxygen-c08484819f37862c753a193092326cb16e1a89fa.tar.gz Doxygen-c08484819f37862c753a193092326cb16e1a89fa.tar.bz2 |
Doxygen-1.2.6-20010408
Diffstat (limited to 'src/packagedef.h')
-rw-r--r-- | src/packagedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packagedef.h b/src/packagedef.h index 00c88f4..1fd8540 100644 --- a/src/packagedef.h +++ b/src/packagedef.h @@ -35,7 +35,7 @@ class PackageDef : public Definition PackageDef(const char *fName,int line, const char *name,const char *ref=0); ~PackageDef(); DefType definitionType() { return TypePackage; } - QCString getOutputFileBase() const { return packageFileName; } + QCString getOutputFileBase() const ; void addClass(const ClassDef *def); void writeDocumentation(OutputList &ol); bool isLinkableInProject() |