summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-10-27 08:23:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-11-11 19:20:39 (GMT)
commit31198c214de4f4a8f8935426574e9fa0eb0cf27e (patch)
tree67e39ea38a050f0a14b6d135874cf5813c3da51b /src/definition.h
parent7cda115a6830bf816a094e37c498e5a50ce1b29c (diff)
downloadDoxygen-31198c214de4f4a8f8935426574e9fa0eb0cf27e.zip
Doxygen-31198c214de4f4a8f8935426574e9fa0eb0cf27e.tar.gz
Doxygen-31198c214de4f4a8f8935426574e9fa0eb0cf27e.tar.bz2
More template and context updates
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h
index e3502a0..9de08fd 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -260,6 +260,9 @@ class Definition : public DefinitionIntf
bool hasSections() const;
+ /** returns TRUE if this class has a brief description */
+ bool hasBriefDescription() const;
+
QCString id() const;
//-----------------------------------------------------------------------------------