[libsigc++2] Remove header and footer HTML fragments



commit 53487af71f4de2ab8f495142b64d2bb103a3dc4a
Author: Daniel Elstner <danielk openismus com>
Date:   Thu Aug 27 12:44:26 2009 +0200

    Remove header and footer HTML fragments
    
    * docs/reference/libsigc_{header,footer}.html_fragment: Delete
    files.  These custom fragments were an unnecessary maintenance
    hassle.  Also, the files were out of date with respect to the
    encoding and CSS classes used by Doxygen.
    * docs/reference/Doxyfile.in (HTML_HEADER), (HTML_FOOTER): Set
    to the empty string.
    (PROJECT_NAME): Substitute @PACKAGE_NAME  
    (PROJECT_NUMBER): Substitute @PACKAGE_VERSION    It does look
    nicer in the generated HTML pages, and is probably also less
    confusing.
    (SORT_GROUP_NAMES): Enable for predictability.

 ChangeLog                                   |   16 ++++++++++++++++
 docs/reference/Doxyfile.in                  |   10 +++++-----
 docs/reference/libsigc_footer.html_fragment |    7 -------
 docs/reference/libsigc_header.html_fragment |   21 ---------------------
 4 files changed, 21 insertions(+), 33 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 891c21f..06cbe1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-08-27  Daniel Elstner  <danielk openismus com>
+
+	Remove header and footer HTML fragments
+
+	* docs/reference/libsigc_{header,footer}.html_fragment: Delete
+	files.  These custom fragments were an unnecessary maintenance
+	hassle.  Also, the files were out of date with respect to the
+	encoding and CSS classes used by Doxygen.
+	* docs/reference/Doxyfile.in (HTML_HEADER), (HTML_FOOTER): Set
+	to the empty string.
+	(PROJECT_NAME): Substitute @PACKAGE_NAME  
+	(PROJECT_NUMBER): Substitute @PACKAGE_VERSION    It does look
+	nicer in the generated HTML pages, and is probably also less
+	confusing.
+	(SORT_GROUP_NAMES): Enable for predictability.
+
 2009-08-26  Daniel Elstner  <danielk openismus com>
 
 	Bump version to 2.2.4.1 and update NEWS
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index a643ceb..36527e7 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -5,8 +5,8 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 DOXYFILE_ENCODING      = UTF-8
-PROJECT_NAME           = libsigc++
-PROJECT_NUMBER         = @SIGCXX_API_VERSION@
+PROJECT_NAME           = @PACKAGE_NAME@
+PROJECT_NUMBER         = @PACKAGE_VERSION@
 OUTPUT_DIRECTORY       = reference
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
@@ -61,7 +61,7 @@ SHOW_INCLUDE_FILES     = NO
 INLINE_INFO            = YES
 SORT_MEMBER_DOCS       = YES
 SORT_BRIEF_DOCS        = NO
-SORT_GROUP_NAMES       = NO
+SORT_GROUP_NAMES       = YES
 SORT_BY_SCOPE_NAME     = YES
 GENERATE_TODOLIST      = NO
 GENERATE_TESTLIST      = NO
@@ -135,8 +135,8 @@ IGNORE_PREFIX          =
 GENERATE_HTML          = YES
 HTML_OUTPUT            = html
 HTML_FILE_EXTENSION    = .html
-HTML_HEADER            = "@abs_top_srcdir@/docs/reference/libsigc_header.html_fragment"
-HTML_FOOTER            = "@abs_top_srcdir@/docs/reference/libsigc_footer.html_fragment"
+HTML_HEADER            =
+HTML_FOOTER            =
 HTML_STYLESHEET        =
 HTML_ALIGN_MEMBERS     = YES
 HTML_DYNAMIC_SECTIONS  = NO



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]