[pangomm] Remove header and footer HTML fragments



commit a096fd438767137eaf94e2b3ed47275c1c87d45d
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 28 12:02:43 2009 +0200

    Remove header and footer HTML fragments
    
    * docs/reference/pangomm_{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                            |    4 ----
 docs/reference/Doxyfile.in                  |    8 ++++----
 docs/reference/pangomm_footer.html_fragment |    8 --------
 docs/reference/pangomm_header.html_fragment |   20 --------------------
 5 files changed, 21 insertions(+), 36 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 222fbf0..33b22af 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/pangomm_{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 58cbd06..c22a46f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -31,7 +31,3 @@ docimagesdir = $(libdocdir)/images
 dist_docimages_DATA = images/gtkmm_logo.gif images/top.gif
 
 include $(top_srcdir)/build/doc-reference.am
-
-dist_noinst_DATA +=				\
-	reference/pangomm_header.html_fragment	\
-	reference/pangomm_footer.html_fragment
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 080a668..b4386d7 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         = @PANGOMM_API_VERSION@
+PROJECT_NUMBER         = @PACKAGE_VERSION@
 OUTPUT_DIRECTORY       = reference
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
@@ -71,7 +71,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
@@ -145,8 +145,8 @@ IGNORE_PREFIX          =
 GENERATE_HTML          = YES
 HTML_OUTPUT            = html
 HTML_FILE_EXTENSION    = .html
-HTML_HEADER            = "@abs_top_srcdir@/docs/reference/pangomm_header.html_fragment"
-HTML_FOOTER            = "@abs_top_srcdir@/docs/reference/pangomm_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]