summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2006-12-13 11:50:24 +0000
committerGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2006-12-13 11:50:24 +0000
commit6b9d244449340035f7235132ec34a877c936dd53 (patch)
tree7e2fc5962ac027ca775c78b495e017fa65b454fb /doc
parent16dc6700304710ff9c0de08d85843bcb9e9ce3a0 (diff)
Definition of USE_JPWL in doxygen file for building the corresponding documentation on JPWL module; creation of README file in JPWL directory
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.dox5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Doxyfile.dox b/doc/Doxyfile.dox
index 7e92ce6b..52f5c196 100644
--- a/doc/Doxyfile.dox
+++ b/doc/Doxyfile.dox
@@ -81,7 +81,8 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = ../libopenjpeg
+INPUT = ../libopenjpeg \
+ ../jpwl
FILE_PATTERNS = *.h \
*.c
RECURSIVE = NO
@@ -189,7 +190,7 @@ EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
-PREDEFINED =
+PREDEFINED = USE_JPWL
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------