From 7c4e188035cb5bb1c42cfd614757e3a2152fbbac Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 15 Nov 2005 19:59:16 +0000 Subject: [PATCH] Add lib/libqof to the Doxygen output git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11946 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ src/doc/doxygen.cfg.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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