[gtkmm] Remove header and footer HTML fragments



commit be7457b5eac3f6fea35760c1d1b677b6c3a8b044
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 28 12:30:51 2009 +0200

    Remove header and footer HTML fragments
    
    * docs/reference/gtkmm_{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_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.
    * docs/Makefile.am (dist_noinst_DATA): Remove deleted HTML
    fragment files.

 ChangeLog                                 |   17 +++++++++++++++++
 docs/Makefile.am                          |    2 --
 docs/reference/Doxyfile.in                |    8 ++++----
 docs/reference/gtkmm_footer.html_fragment |    8 --------
 docs/reference/gtkmm_header.html_fragment |   21 ---------------------
 5 files changed, 21 insertions(+), 35 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3e57a87..30efd4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2009-08-28  Daniel Elstner  <danielk openismus com>
+
+	Remove header and footer HTML fragments
+
+	* docs/reference/gtkmm_{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_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.
+	* docs/Makefile.am (dist_noinst_DATA): Remove deleted HTML
+	fragment files.
+
 2009-08-26  Daniel Elstner  <danielk openismus com>
 
 	Reenable hierarchy graphs for each class
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 011a2b5..5401348 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -41,8 +41,6 @@ dist_docimages_DATA = images/gtkmm_logo.gif images/top.gif
 include $(top_srcdir)/build/doc-reference.am
 
 dist_noinst_DATA +=				\
-	reference/gtkmm_header.html_fragment	\
-	reference/gtkmm_footer.html_fragment	\
 	reference/widget_hierarchy.dia		\
 	reference/widget_hierarchy.html		\
 	reference/widget_hierarchy.png
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index ac715e4..e305ebd 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -6,7 +6,7 @@
 #---------------------------------------------------------------------------
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = @PACKAGE_NAME@
-PROJECT_NUMBER         = @GTKMM_API_VERSION@
+PROJECT_NUMBER         = @PACKAGE_VERSION@
 OUTPUT_DIRECTORY       = reference
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
@@ -73,7 +73,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
@@ -152,8 +152,8 @@ IGNORE_PREFIX          =
 GENERATE_HTML          = YES
 HTML_OUTPUT            = html
 HTML_FILE_EXTENSION    = .html
-HTML_HEADER            = "@abs_top_srcdir@/docs/reference/gtkmm_header.html_fragment"
-HTML_FOOTER            = "@abs_top_srcdir@/docs/reference/gtkmm_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]