From 3a74fc9d0e7f371c679d6d66138a22b658f18b7d Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Wed, 11 Jan 2012 05:13:25 +0000 Subject: [PATCH] working on dist git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6030 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- doc/Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 5006795d..58b6afaf 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -564,8 +564,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -##INPUT = ../include -INPUT = ../include/IPhreeqc.hpp ../include/IPhreeqc.h ../include/Var.h +INPUT = ../src/IPhreeqc.hpp ../src/IPhreeqc.h ../src/Var.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is