summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-11-22 18:22:28 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-11-22 18:22:28 (GMT)
commit7a2164d252a0cb5410ab13b0ca1611a8e94e3c99 (patch)
tree6b1f876c934f088d1601ff2e179a61998fecd35e /src/classdef.cpp
parent40897d59939828ea07c591d83e9c2b4d2a00f43a (diff)
downloadDoxygen-7a2164d252a0cb5410ab13b0ca1611a8e94e3c99.zip
Doxygen-7a2164d252a0cb5410ab13b0ca1611a8e94e3c99.tar.gz
Doxygen-7a2164d252a0cb5410ab13b0ca1611a8e94e3c99.tar.bz2
Bug 758132 - Brief description of non documented functions
In case a function or an other item is not documented and EXTRACT_ALL has not been specified it should not appear in the list with brief description of functions etc. (This patch supersedes the patch as proposed in pull request 411 based on the comments from Dimitri van Heesch)
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 88f9a70..7d9e118 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -1849,7 +1849,7 @@ void ClassDef::writeDeclarationLink(OutputList &ol,bool &found,const char *heade
//static bool fortranOpt = Config_getBool("OPTIMIZE_FOR_FORTRAN");
//static bool vhdlOpt = Config_getBool("OPTIMIZE_OUTPUT_VHDL");
SrcLangExt lang = getLanguage();
- if (visibleInParentsDeclList())
+ if (visibleInParentsDeclList() && hasDocumentation())
{
if (!found) // first class
{