From a8ac8aee9942753d98a3bdaad0c731b836692225 Mon Sep 17 00:00:00 2001 From: cdfrey Date: Thu, 22 Feb 2007 19:53:58 +0000 Subject: [PATCH] - updated Doxygen input files and version, and added to ReleaseChecklist --- ChangeLog | 2 ++ doc/ReleaseChecklist.txt | 1 + src/Doxyfile | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47fe3ce3..8492dadb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Release: version 0.6 - 2007/02/?? ------------------------------------------------------------------------------ +2007/02/22 + - updated Doxygen input files and version, and added to ReleaseChecklist 2007/02/15 - added ktrans.cc to make reading of kernel usbfs_snoop logs easier - removed commented code from translate.cc diff --git a/doc/ReleaseChecklist.txt b/doc/ReleaseChecklist.txt index 6ac939b7..b8581630 100644 --- a/doc/ReleaseChecklist.txt +++ b/doc/ReleaseChecklist.txt @@ -4,6 +4,7 @@ - src/Makefile.am - src/version.cc - gui/src/BackupWindow.cc (about dialog) + - src/Doxygen - checkout pure CVS and test building everything - checkout pure CVS and: - ./buildgen.sh in root diff --git a/src/Doxyfile b/src/Doxyfile index 85c29815..35bb473e 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = Barry # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.0.1 +PROJECT_NUMBER = 0.6 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -459,7 +459,7 @@ WARN_LOGFILE = doxygen.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = . +INPUT = . ../tools/btool.cc # 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 -- 2.11.4.GIT