diff --git a/CHANGES b/CHANGES index aaced315..fdc94ebe 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ What's New for OpenJPEG ! : changed + : added +April 16, 2011 +* [antonin] fixed wrong path in Doxyfile.dox + April 14, 2011 + [antonin] initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details) * [antonin] fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities. diff --git a/doc/Doxyfile.dox b/doc/Doxyfile.dox index 2d2fbb72..53209148 100644 --- a/doc/Doxyfile.dox +++ b/doc/Doxyfile.dox @@ -101,7 +101,7 @@ WARN_LOGFILE = # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = ../libopenjpeg \ - ../jpwl + ../libopenjpeg/jpwl INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h \ *.c