From 175fd6692ce52f0d555cbbcb829f4628d15cb850 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Sat, 16 Apr 2011 12:03:45 +0000 Subject: [PATCH] fixed wrong path in Doxyfile.dox --- CHANGES | 3 +++ doc/Doxyfile.dox | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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