diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-05-03 19:10:48 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-05-03 19:10:48 (GMT) |
commit | 796d6585be58d1c9112422a919f49d1998dc672c (patch) | |
tree | 4ac4f325c5b66221bc5671e4000a00e5383280f6 /src/memberdef.h | |
parent | 7b2d77abb73288bdd48ca04720fd6779e0bf94c2 (diff) | |
download | Doxygen-796d6585be58d1c9112422a919f49d1998dc672c.zip Doxygen-796d6585be58d1c9112422a919f49d1998dc672c.tar.gz Doxygen-796d6585be58d1c9112422a919f49d1998dc672c.tar.bz2 |
Bug 746734 - Don't warn about missing documentation for deleted functions.
Diffstat (limited to 'src/memberdef.h')
-rw-r--r-- | src/memberdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memberdef.h b/src/memberdef.h index 93cd72d..f60fb54 100644 --- a/src/memberdef.h +++ b/src/memberdef.h @@ -188,6 +188,7 @@ class MemberDef : public Definition bool isLinkable() const; bool hasDocumentation() const; // overrides hasDocumentation in definition.h //bool hasUserDocumentation() const; // overrides hasUserDocumentation + bool isDeleted() const; bool isBriefSectionVisible() const; bool isDetailedSectionVisible(bool inGroup,bool inFile) const; bool isDetailedSectionLinkable() const; |