summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Vender <markv743@yahoo.co.uk>2012-03-09 17:05:36 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-03-12 10:33:28 +0100
commit174fe4c57db488a9b9872e7e97605f6529032c90 (patch)
treedf62e57560222e2d417e6364ed1b510478f56036
parentafb74f258886813e99e6d3ffdfcf8df6df31f110 (diff)
Use GNOME style in the documentation
-rw-r--r--ChangeLog7
-rw-r--r--docs/Makefile.am4
-rw-r--r--docs/reference/Doxyfile.in13
-rw-r--r--docs/reference/cairomm-header.html8
-rw-r--r--docs/reference/cairomm.css326
5 files changed, 13 insertions, 345 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ce13ca..298b634 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-12 Mark Vender <markv743@yahoo.co.uk>
+
+ Use GNOME style in the documentation
+ Bug #47155
+
2012-03-12 Murray Cumming <murrayc@murrayc.com>
Fix linker problem with the examples.
@@ -6,7 +11,7 @@
This is needed now to a change in behaviour of the linker
in recent distro versions.
-2010-11-03 Mark Vender <markv743@yahoo.co.uk>
+2012-03-12 Mark Vender <markv743@yahoo.co.uk>
Update the documentation.
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 6e8c50d..cfdd1c5 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -28,6 +28,4 @@ include $(top_srcdir)/build/doc-reference.am
dist_noinst_DATA += \
doc-install.pl \
doc-postprocess.pl \
- tagfile-to-devhelp2.xsl \
- reference/cairomm.css \
- reference/cairomm-header.html
+ tagfile-to-devhelp2.xsl
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 8623b36..c75aefc 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -135,9 +135,9 @@ IGNORE_PREFIX =
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
-HTML_HEADER = "@abs_top_srcdir@/docs/reference/cairomm-header.html"
+HTML_HEADER =
HTML_FOOTER =
-HTML_STYLESHEET = "@abs_top_srcdir@/docs/reference/cairomm.css"
+HTML_STYLESHEET = "@MMDOCTOOLDIR@/doxygen.css"
HTML_ALIGN_MEMBERS = YES
HTML_DYNAMIC_SECTIONS = NO
GENERATE_DOCSET = NO
@@ -161,8 +161,10 @@ QHG_LOCATION =
DISABLE_INDEX = NO
ENUM_VALUES_PER_LINE = 1
GENERATE_TREEVIEW = NONE
+USE_INLINE_TREES = NO
TREEVIEW_WIDTH = 250
FORMULA_FONTSIZE = 10
+SEARCHENGINE = NO
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
@@ -178,6 +180,7 @@ PDF_HYPERLINKS = YES
USE_PDFLATEX = YES
LATEX_BATCHMODE = NO
LATEX_HIDE_INDICES = NO
+LATEX_SOURCE_CODE = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
@@ -256,7 +259,7 @@ CLASS_DIAGRAMS = NO
MSCGEN_PATH =
HIDE_UNDOC_RELATIONS = NO
HAVE_DOT = YES
-DOT_FONTNAME = FreeSans
+DOT_FONTNAME = Sans
DOT_FONTSIZE = 10
DOT_FONTPATH =
CLASS_GRAPH = YES
@@ -279,7 +282,3 @@ DOT_TRANSPARENT = NO
DOT_MULTI_TARGETS = YES
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
-#---------------------------------------------------------------------------
-# Options related to the search engine
-#---------------------------------------------------------------------------
-SEARCHENGINE = NO
diff --git a/docs/reference/cairomm-header.html b/docs/reference/cairomm-header.html
deleted file mode 100644
index e529356..0000000
--- a/docs/reference/cairomm-header.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
- <title>$title</title>
- <link href="cairomm.css" rel="stylesheet" type="text/css">
- </head>
-<body>
diff --git a/docs/reference/cairomm.css b/docs/reference/cairomm.css
deleted file mode 100644
index 738830f..0000000
--- a/docs/reference/cairomm.css
+++ /dev/null
@@ -1,326 +0,0 @@
-body {
- font-family: sans-serif;
- margin: 2em 6em;
-}
-h1, h2, h3 {
- color: #2b5e82;
-}
-a:link, a:visited, a:active, a:hover {
- text-decoration: none;
- color: #3B80AE;
-}
-a:hover {
- text-decoration: underline;
-}
-h1 {
- text-align: center;
- font-size: 160%;
- margin-top: 1.5em;
-}
-h2 {
- font-size: 140%;
-}
-h3 {
- font-size: 130%;
-}
-caption { font-weight: bold }
-div.qindex {
- width: 100%;
- font-size: 90%;
- background-color: #dedede;
- border: 1px solid #CCCCCC;
- text-align: center;
- margin: 0.5em;
- padding: 0.5em;
- line-height: 150%;
-}
-div.nav {
- width: 100%;
- color: #FFFFFF;
- background-color: #3B80AE;
- text-align: center;
- padding: 0.5em;
-}
-
-div.nav a:link, div.nav a:visited {
- color: #FFFFFF !important;
- text-decoration: underline;
-}
-div.tabs {
- background-color: #dedede;
- text-align: center;
- padding: 0.2em;
- margin: 1em 0em;
- font-size: 80%;
- font-weight: bold;
- width: 100%;
-}
-.tabs ul {
- margin: 0em;
- padding: 0em;
- list-style: none;
- text-align: center;
-}
-.tabs ul li {
- display: inline;
- padding: 0.5em 2em;
-}
-.tabs ul li#current {
- background-color: #ffffff;
- border: 1px solid #cccccc;
-}
-a.qindex {
- font-weight: bold;
-}
-a.qindexHL {
- text-decoration: none;
- font-weight: bold;
- background-color: #eeeeee;
- border: 1px double #9295C2;
-}
-a.qindexHL:hover {
- text-decoration: underline;
-}
-a.el, a.elRef { font-weight: bold }
-a.code:link { text-decoration: none; font-weight: normal; }
-a.code:visited { text-decoration: none; font-weight: normal; }
-a.codeRef:link { font-weight: normal;}
-a.codeRef:visited { font-weight: normal; }
-dl.el { margin-left: -1cm }
-.fragment {
- font-family: Fixed, monospace;
- font-size: 95%;
-}
-pre.fragment {
- border: 1px solid #CCCCCC;
- background-color: #f5f5f5;
- color: #444444;
- margin: 1em;
- padding: 1em;
-}
-div.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
-td.md { font-weight: bold; font-family: monospace;}
-td.mdPrefix {
- color: #606060;
- font-size: 80%;
-}
-td.mdname, td.mdname1 { font-weight: normal; color: #666666; }
-div.groupHeader {
- margin-left: 16px;
- margin-top: 12px;
- margin-bottom: 6px;
- font-weight: bold;
-}
-div.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
-td.indexkey {
- background-color: #dedede;
- font-weight: bold;
- padding-right : 10px;
- padding-top : 2px;
- padding-left : 10px;
- padding-bottom : 2px;
- margin-left : 0px;
- margin-right : 0px;
- margin-top : 2px;
- margin-bottom : 2px;
- border: 1px solid #CCCCCC;
-}
-td.indexvalue {
- background-color: #dedede;
- font-style: italic;
- padding-right : 10px;
- padding-top : 2px;
- padding-left : 10px;
- padding-bottom : 2px;
- margin-left : 0px;
- margin-right : 0px;
- margin-top : 2px;
- margin-bottom : 2px;
- border: 1px solid #CCCCCC;
-}
-tr.memlist {
- background-color: #f0f0f0;
-}
-p.formulaDsp { text-align: center; }
-img.formulaDsp { }
-img.formulaInl { vertical-align: middle; }
-span.keyword { color: #008000 }
-span.keywordtype { color: #604020 }
-span.keywordflow { color: #e08000 }
-span.comment { color: #800000 }
-span.preprocessor { color: #806020 }
-span.stringliteral { color: #002080 }
-span.charliteral { color: #008080 }
-table.mdTable + table {
- margin-bottom: 4em;
-}
-.mdTable {
- border: 1px solid #868686;
- background-color: #DEDEDE;
- width: 100%;
-}
-.mdRow {
- padding: 8px 10px;
-}
-.mdescLeft {
- padding: 0px 8px 4px 8px;
- font-size: 80%;
- font-style: italic;
- background-color: #FAFAFA;
- border-top: 1px none #E0E0E0;
- border-right: 1px none #E0E0E0;
- border-bottom: 1px none #E0E0E0;
- border-left: 1px none #E0E0E0;
- margin: 0px;
-}
-.mdescRight {
- padding: 0px 8px 4px 8px;
- font-size: 80%;
- font-style: italic;
- background-color: #FAFAFA;
- border-top: 1px none #E0E0E0;
- border-right: 1px none #E0E0E0;
- border-bottom: 1px none #E0E0E0;
- border-left: 1px none #E0E0E0;
- margin: 0px;
-}
-.memItemLeft {
- padding: 1px 0px 0px 8px;
- margin: 4px;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-color: #E0E0E0;
- border-right-color: #E0E0E0;
- border-bottom-color: #E0E0E0;
- border-left-color: #E0E0E0;
- border-top-style: solid;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: none;
- background-color: #FAFAFA;
- font-size: 80%;
- font-family: monospace;
-}
-.memItemRight {
- padding: 1px 8px 0px 8px;
- margin: 4px;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-color: #E0E0E0;
- border-right-color: #E0E0E0;
- border-bottom-color: #E0E0E0;
- border-left-color: #E0E0E0;
- border-top-style: solid;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: none;
- background-color: #FAFAFA;
- font-size: 80%;
- font-family: monospace;
-}
-.memTemplItemLeft {
- padding: 1px 0px 0px 8px;
- margin: 4px;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-color: #E0E0E0;
- border-right-color: #E0E0E0;
- border-bottom-color: #E0E0E0;
- border-left-color: #E0E0E0;
- border-top-style: none;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: none;
- background-color: #FAFAFA;
- font-size: 80%;
- font-family: monospace;
-}
-.memTemplItemRight {
- padding: 1px 8px 0px 8px;
- margin: 4px;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-color: #E0E0E0;
- border-right-color: #E0E0E0;
- border-bottom-color: #E0E0E0;
- border-left-color: #E0E0E0;
- border-top-style: none;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: none;
- background-color: #FAFAFA;
- font-size: 80%;
- font-family: monospace;
-}
-.memTemplParams {
- padding: 1px 0px 0px 8px;
- margin: 4px;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-color: #E0E0E0;
- border-right-color: #E0E0E0;
- border-bottom-color: #E0E0E0;
- border-left-color: #E0E0E0;
- border-top-style: solid;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: none;
- color: #606060;
- background-color: #FAFAFA;
- font-size: 80%;
-}
-
-div.memitem
-{
- margin-top: 3em;
-}
-
-.memproto
-{
- background-color: #EEEEEE;
- font-weight: bold;
- padding: 1em;
- border: 1px solid #CCCCCC;
- font-family: monospace;
-}
-
-.search {
- color: #003399;
- font-weight: bold;
-}
-form.search {
- margin-bottom: 0px;
- margin-top: 0px;
-}
-input.search {
- font-size: 75%;
- color: #000080;
- font-weight: normal;
- background-color: #dedede;
-}
-td.tiny {
- font-size: 75%;
-}
-.dirtab {
- padding: 4px;
- border-collapse: collapse;
- border: 1px solid #b0b0b0;
-}
-th.dirtab {
- background: #dedede;
- font-weight: bold;
-}
-hr {
- height: 1px;
- border: none;
-}