]> git.lyx.org Git - lyx.git/blobdiff - sourcedoc/Doxyfile.in
Fix text direction of references with XeTeX/bidi
[lyx.git] / sourcedoc / Doxyfile.in
index 097d4a9aabd1971b1022963b1f94017bb96ff72c..921a2f63cc3a5dcee6c294fc65f3876204a84d38 100644 (file)
@@ -30,7 +30,7 @@ PROJECT_NUMBER         = @VERSION@
 # 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       = @srcdir@
+OUTPUT_DIRECTORY       = 
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
 # documentation generated by doxygen is written. Doxygen will use this 
@@ -325,7 +325,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                =  ../src/frontends/qt4/ui
+EXCLUDE                =  ../src/frontends/qt/ui
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.