--- trunk/doc/doxygen/doxygen_esys 2006/08/10 22:12:23 807 +++ trunk/doc/doxygen/doxygen_esys 2006/08/11 01:25:16 808 @@ -30,7 +30,7 @@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = lib/html/doxygen +OUTPUT_DIRECTORY = ./output # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this @@ -372,9 +372,9 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../escript/src \ - ../finley/src \ - ../esysUtils/src +INPUT = ../../escript/src \ + ../../finley/src \ + ../../esysUtils/src # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp