summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-06-08 12:57:15 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-06-08 12:57:15 (GMT)
commita6fd1589f55f9bf7260c3d4e6f79104fb1c3ce2a (patch)
treed72d819f3a60a383d91b5710e4c026681cbc5b65 /src/definition.h
parent8c8a0343662f69ce65ced20dc8c6025e7fc022cd (diff)
downloadDoxygen-a6fd1589f55f9bf7260c3d4e6f79104fb1c3ce2a.zip
Doxygen-a6fd1589f55f9bf7260c3d4e6f79104fb1c3ce2a.tar.gz
Doxygen-a6fd1589f55f9bf7260c3d4e6f79104fb1c3ce2a.tar.bz2
issue #8585 INLINE_SOURCES = YES do not generate code inline from sources if there is no @return after @brief.
- Extended tests for the determination whether or not detailed section is available - Corrected links in the brief section part depending on the presence / not present detailed documentation
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h
index 6a1edfa..492398e 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -379,6 +379,8 @@ class DefinitionMutable
//-----------------------------------------------------------------------------------
virtual void writeSourceDef(OutputList &ol,const QCString &scopeName) const = 0;
virtual void writeInlineCode(OutputList &ol,const QCString &scopeName) const = 0;
+ virtual bool hasSourceRefs() const = 0;
+ virtual bool hasSourceReffedBy() const = 0;
virtual void writeSourceRefs(OutputList &ol,const QCString &scopeName) const = 0;
virtual void writeSourceReffedBy(OutputList &ol,const QCString &scopeName) const = 0;
virtual void writeNavigationPath(OutputList &ol) const = 0;