summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-06-18 16:12:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-06-18 16:12:02 (GMT)
commit2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8 (patch)
tree87cc9a7540b6f305b72a7d2e3ecb7e16762b3488 /src/definition.h
parenteb3b95e2aacced2a715337e2d4a93e588d3258c1 (diff)
downloadDoxygen-2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8.zip
Doxygen-2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8.tar.gz
Doxygen-2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8.tar.bz2
Release-1.1.4-20000618
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h
index 36aa229..701fd03 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -97,6 +97,7 @@ class Definition
int getEndBodyLine() const { return endBodyLine; }
FileDef *getBodyDef() { return bodyDef; }
void writeSourceDef(OutputList &ol,const char *scopeName);
+ void writeInlineCode(OutputList &ol,const char *scopeName);
void writeSourceRefs(OutputList &ol,const char *scopeName);
void addSourceReference(MemberDef *d);