summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Doxyfile4
-rw-r--r--documentation/src/fluid.dox2
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile
index 3297fe1ab..6bf6da971 100644
--- a/documentation/Doxyfile
+++ b/documentation/Doxyfile
@@ -713,13 +713,13 @@ STRIP_CODE_COMMENTS = YES
# then for each documented function all documented
# functions referencing it will be listed.
-REFERENCED_BY_RELATION = YES
+REFERENCED_BY_RELATION = NO
# If the REFERENCES_RELATION tag is set to YES
# then for each documented function all documented entities
# called/used by that function will be listed.
-REFERENCES_RELATION = YES
+REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
diff --git a/documentation/src/fluid.dox b/documentation/src/fluid.dox
index c3aaad97d..db98a17cc 100644
--- a/documentation/src/fluid.dox
+++ b/documentation/src/fluid.dox
@@ -42,7 +42,7 @@ These <tt>.cxx</tt> files must <tt>\#include</tt> the <tt>.h</tt> file or they c
file.
\image html fluid-org.gif "Figure 9-1: FLUID organization"
-\Image latex fluid-org.eps "FLUID organization" width=12cm
+ \image latex fluid-org.eps "FLUID organization" width=12cm
Normally the FLUID file defines one or more functions or classes which
output C++ code. Each function defines a one or more FLTK
windows, and all the widgets that go inside those windows.