summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2009-01-20 11:10:29 +0000
committerFabien Costantini <fabien@onepost.net>2009-01-20 11:10:29 +0000
commitb00d2bfa421b1f93bad5bb44899510d933fea36a (patch)
tree425f1a37700d564c40e60b7c7a94281e742e88fa /documentation
parent8d590e0ed8bc1f4b4d7886cca0701fcce2e1fe4d (diff)
Doxygen documentation
+ Added a new Module section named : File names and URI utility funtions + updated the pdf file adequately git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile
index 462226612..2f35ad89b 100644
--- a/documentation/Doxyfile
+++ b/documentation/Doxyfile
@@ -1240,7 +1240,8 @@ PREDEFINED = FL_DOXYGEN \
HAVE_CAIRO \
HAVE_GL \
HAVE_GL_OVERLAY \
- FL_EXPORT:=
+ FL_EXPORT:= \
+ __cplusplus
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.