]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
Se mueve Doxyfile a la raiz para ejecutarlo mas facil.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 10 Apr 2004 04:33:28 +0000 (04:33 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 10 Apr 2004 04:33:28 +0000 (04:33 +0000)
Doxyfile [moved from doc/Doxyfile with 99% similarity]

similarity index 99%
rename from doc/Doxyfile
rename to Doxyfile
index 7e406024cd2c99370224852e5abea97a8133d232..72695093ec755d393d8c45b5fa05e7018ea0a023 100644 (file)
+++ b/Doxyfile
@@ -30,7 +30,7 @@ PROJECT_NUMBER         = 0.1
 # 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       = api
+OUTPUT_DIRECTORY       = doc/api
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
 # documentation generated by doxygen is written. Doxygen will use this 
@@ -391,7 +391,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = ..
+INPUT                  = emufs emufs_gui
 
 # 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