diff --git a/ChangeLog b/ChangeLog index 37f9ff0f03..99113988e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-15 Neil Williams + + * src/doc/doxygen.cfg.in : Add lib/libqof to the + Doxygen output. + 2005-11-14 * src/gnome/glade/print.glade: Remove extraneous carriage return. diff --git a/src/doc/doxygen.cfg.in b/src/doc/doxygen.cfg.in index 4c93e61b8a..2033c36bd7 100644 --- a/src/doc/doxygen.cfg.in +++ b/src/doc/doxygen.cfg.in @@ -391,7 +391,7 @@ WARN_LOGFILE = doxygen.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @-top_srcdir-@/src +INPUT = @-top_srcdir-@/src @-top_srcdir-@/lib/libqof/ # 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