summaryrefslogtreecommitdiff
path: root/util/doxygen.css
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-08-26 09:35:02 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-08-26 09:35:02 +0200
commitaf49892cd793130d049f5ae5ede9cdd6eefa1113 (patch)
treee28c9703be32b0032cbfa8b89e9c776eab3a93b3 /util/doxygen.css
parent060cad07c012dd1a2d4fef37c8ff4a04523c8285 (diff)
downloadmm-common-af49892cd793130d049f5ae5ede9cdd6eefa1113.tar.gz
Add doxygen-extra.css, deprecate doxygen.css
* README: Say that doxygen.css is deprecated. Add description of doxygen-extra.css. * Makefile.am: Distribute doxygen-extra.css. * build/doc-reference.am: Distribute doxygen-extra.css. * skeletonmm/.gitignore: Ignore doxygen-extra.css. * skeletonmm/doc/reference/Doxyfile.in: Use doxygen-extra.css instead of doxygen.css. * util/doxygen.css: Add comment, saying it's deprecated. * util/doxygen-extra.css: New file. Equal to doxygen.css except for comments. * util/mm-common-prepare.in: Copy doxygen-extra.css. * util/mm-common-prepare.1.in: List doxygen-extra.css. https://mail.gnome.org/archives/gtkmm-list/2014-August/msg00022.html
Diffstat (limited to 'util/doxygen.css')
-rw-r--r--util/doxygen.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/doxygen.css b/util/doxygen.css
index 80d987e..637ee61 100644
--- a/util/doxygen.css
+++ b/util/doxygen.css
@@ -1,5 +1,13 @@
/* GNOME C++ bindings Doxygen style */
+/* This file is deprecated.
+ * In Doxyfile.in you should use
+ * HTML_EXTRA_STYLESHEET = "$(MMDOCTOOLDIR)/doxygen-extra.css"
+ * instead of
+ * HTML_STYLESHEET = "$(MMDOCTOOLDIR)/doxygen.css"
+ * See https://mail.gnome.org/archives/gtkmm-list/2014-August/msg00022.html
+ */
+
html, body {
background: #FFFFFF;
color: #222222;