diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-06-06 20:08:42 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-06-15 08:47:57 (GMT) |
commit | 438375840da2b1ea19126f8d4b53f0bc71c62a68 (patch) | |
tree | 457efda590a8958922596caa004035989b08bc06 /src/memberdef.h | |
parent | 8cd4425a523965a5541d46a84828fb7e16f98bae (diff) | |
download | Doxygen-438375840da2b1ea19126f8d4b53f0bc71c62a68.zip Doxygen-438375840da2b1ea19126f8d4b53f0bc71c62a68.tar.gz Doxygen-438375840da2b1ea19126f8d4b53f0bc71c62a68.tar.bz2 |
Bug 700740 - Doxygen does not create links on C++ 11 style enum classes
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 8c88f7c..fc2bb44 100644 --- a/src/memberdef.h +++ b/src/memberdef.h @@ -169,6 +169,7 @@ class MemberDef : public Definition bool hasMultiLineInitializer() const; bool protectionVisible() const; bool showInCallGraph() const; + bool isStrongEnumValue() const; // output info bool isLinkableInProject() const; |