summaryrefslogtreecommitdiffstats
path: root/src/pagedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pagedef.cpp')
-rw-r--r--src/pagedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pagedef.cpp b/src/pagedef.cpp
index cf2c21a..05825a6 100644
--- a/src/pagedef.cpp
+++ b/src/pagedef.cpp
@@ -167,7 +167,7 @@ void PageDef::writePageDocumentation(OutputList &ol)
docLine(), // startLine
this, // context
0, // memberdef
- documentation(), // docStr
+ documentation()+inbodyDocumentation(), // docStr
TRUE, // index words
FALSE // not an example
);