]> git.lyx.org Git - lyx.git/commitdiff
remove gnome and qt2 from exclude dir and add qt4/ui
authorAbdelrazak Younes <younes@lyx.org>
Thu, 9 Nov 2006 10:27:46 +0000 (10:27 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 9 Nov 2006 10:27:46 +0000 (10:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15819 a592a061-630c-0410-9148-cb99ea01b6c8

sourcedoc/Doxyfile.in

index 24eb816ca1c1116f2fe57956aa5cf3796c0e9f8e..6786ba85ad4f85cd74552f15ea8e7474697efab3 100644 (file)
@@ -324,7 +324,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/gnome ../src/frontends/qt2/moc ../src/frontends/qt2/ui/moc
+EXCLUDE                =  ../src/frontends/qt4/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.