diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-10-27 18:00:16 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-10-27 18:00:16 (GMT) |
commit | 169834ef89a1df22c8f72a01b6a9413bbb57edb5 (patch) | |
tree | 7c1bfd20df6135fa1aac607ebe1a46d31d7f4b65 /src/classdef.h | |
parent | 4bb56dc6ee7e5361da29a579f23c1777e4589602 (diff) | |
download | Doxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.zip Doxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.tar.gz Doxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.tar.bz2 |
Release-1.7.5.1-20111027
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/classdef.h b/src/classdef.h index f2d5b3a..13f1157 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -95,8 +95,7 @@ class ClassDef : public Definition DefType definitionType() const { return TypeClass; } /*! Returns the unique base name (without extension) of the class's file on disk */ - QCString getOutputFileBase() const; - QCString getXmlOutputFileBase() const; + QCString getOutputFileBase() const; QCString getInstanceOutputFileBase() const; QCString getFileBase() const; @@ -272,6 +271,8 @@ class ClassDef : public Definition const ClassList *taggedInnerClasses() const; ClassDef *tagLessReference() const; + MemberDef *isSmartPointer() const; + //----------------------------------------------------------------------------------- // --- setters ---- //----------------------------------------------------------------------------------- |