[libgdamm] Use mm-common CSS and drop HTML header/footer



commit 22e8852fc0d720f54c714ff86eba4887c22f7d39
Author: Daniel Elstner <danielk openismus com>
Date:   Fri Aug 28 19:31:44 2009 +0200

    Use mm-common CSS and drop HTML header/footer
    
    * docs/reference/Doxyfile.in (HTML_HEADER), (HTML_HEADER): Assign
    the empty string.
    (HTML_STYLESHEET): Assign location of the mm-common style sheet.
    (SORT_GROUP_NAMES): Enable for consistency.
    (PROJECT_NUMBER): Substitute @PACKAGE_VERSION@ instead of the API
    version.  It does look nicer and is probably more helpful.
    * docs/Makefile.am (htmlrefpub): Remove variable override, now
    that the documentation is hosted on library.gnome.org.
    (dist_noinst_DATA): Remove HTML header and footer fragments.

 ChangeLog                                    |   14 ++++++++++++++
 docs/Makefile.am                             |    8 --------
 docs/reference/Doxyfile.in                   |   10 +++++-----
 docs/reference/libgdamm_footer.html_fragment |    5 -----
 docs/reference/libgdamm_header.html_fragment |   18 ------------------
 5 files changed, 19 insertions(+), 36 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 62d28e4..830d1a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-08-28  Daniel Elstner  <danielk openismus com>
+
+	Use mm-common CSS and drop HTML header/footer
+
+	* docs/reference/Doxyfile.in (HTML_HEADER), (HTML_HEADER): Assign
+	the empty string.
+	(HTML_STYLESHEET): Assign location of the mm-common style sheet.
+	(SORT_GROUP_NAMES): Enable for consistency.
+	(PROJECT_NUMBER): Substitute @PACKAGE_VERSION@ instead of the API
+	version.  It does look nicer and is probably more helpful.
+	* docs/Makefile.am (htmlrefpub): Remove variable override, now
+	that the documentation is hosted on library.gnome.org.
+	(dist_noinst_DATA): Remove HTML header and footer fragments.
+
 2009-08-27  Murray Cumming  <murrayc murrayc-desktop>
 
 	* docs/reference/Doxyfile.in: Set COLLABORATION_GRAPH back to YES, 
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 5242f39..3b92b05 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -23,12 +23,4 @@ libgdamm_files_h = $(files_built_h) $(filter-out wrap_init.h,$(files_extra_h))
 book_name = $(LIBGDAMM_MODULE_NAME)
 doc_input = $(addprefix $(top_srcdir)/libgda/libgdamm/,$(libgdamm_files_h))
 
-# Override the web location to use the old-style path with redundant
-# directory components.
-htmlrefpub = http://www.gtkmm.org/docs/$(book_name)/docs/reference/html/
-
 include $(top_srcdir)/build/doc-reference.am
-
-dist_noinst_DATA +=				\
-	reference/libgdamm_header.html_fragment	\
-	reference/libgdamm_footer.html_fragment
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 54ab481..b0e6ad0 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         = @LIBGDAMM_API_VERSION@
+PROJECT_NUMBER         = @PACKAGE_VERSION@
 OUTPUT_DIRECTORY       = reference
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
@@ -75,7 +75,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
@@ -149,9 +149,9 @@ IGNORE_PREFIX          =
 GENERATE_HTML          = YES
 HTML_OUTPUT            = html
 HTML_FILE_EXTENSION    = .html
-HTML_HEADER            = "@abs_top_srcdir@/docs/reference/libgdamm_header.html_fragment"
-HTML_FOOTER            = "@abs_top_srcdir@/docs/reference/libgdamm_footer.html_fragment"
-HTML_STYLESHEET        =
+HTML_HEADER            =
+HTML_FOOTER            =
+HTML_STYLESHEET        = "@MMDOCTOOLDIR@/doxygen.css"
 HTML_ALIGN_MEMBERS     = YES
 HTML_DYNAMIC_SECTIONS  = NO
 GENERATE_DOCSET        = NO



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