Commit in lcio/doc/doxygen_api on MAIN
Doxyfile+91.4 -> 1.5
fixed inlcude path in documentation (eg "EVENT/MCParticle.h")

lcio/doc/doxygen_api
Doxyfile 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- Doxyfile	12 Oct 2007 09:18:01 -0000	1.4
+++ Doxyfile	5 Nov 2007 13:17:37 -0000	1.5
@@ -357,6 +357,15 @@
 
 INPUT                  = ../../src/cpp/
 
+# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the 
+# path mentioned in the documentation of a class, which tells the reader which 
+# header file to include in order to use a class. If left blank only the name of 
+# the header file containing the class definition is used. Otherwise one should 
+# specify the include paths that are normally passed to the compiler using 
+# the -I flag.
+STRIP_FROM_INC_PATH = ../../src/cpp/include
+
+
 # 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 
 # and *.h) to filter out the source-files in the directories. If left 
CVSspam 0.2.8