diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2007-07-10 22:28:31 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2007-07-10 22:34:47 -0500 |
commit | a4ff528808c801398577f18a06cc01ccdbad7f60 (patch) | |
tree | a6e35a21f724b6cc0abad9ed72b35d0e1f284aaa | |
parent | 0d0c849a633c5e696fe66069677f0f85fe4a863d (diff) |
Improve the documentation style a little bit to make it more readable.
Also build the documentation for the new QuartzSurface class
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | docs/reference/Doxyfile.in | 1 | ||||
-rw-r--r-- | docs/reference/cairomm.css | 20 |
3 files changed, 27 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2007-07-10 Jonathon Jongsma <jjongsma@gnome.org> + * docs/reference/cairomm.css: Improve the documentation style a little bit + to make it more readable + * docs/reference/Doxyfile.in: build the reference doc for the new + QuartzSurface class + +2007-07-10 Jonathon Jongsma <jjongsma@gnome.org> + * cairomm/context.cc: * cairomm/context.h: add alternate API for set_dash() which takes a std::vector argument instead of the slightly unexpected std::valarray diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in index d555610..dc9057f 100644 --- a/docs/reference/Doxyfile.in +++ b/docs/reference/Doxyfile.in @@ -186,6 +186,7 @@ PREDEFINED = DOXYGEN_IGNORE_THIS \ CAIRO_HAS_PS_SURFACE \ CAIRO_HAS_SVG_SURFACE \ CAIRO_HAS_GLITZ_SURFACE \ + CAIRO_HAS_QUARTZ_SURFACE \ CAIRO_HAS_PNG_FUNCTIONS EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES diff --git a/docs/reference/cairomm.css b/docs/reference/cairomm.css index aae8692..738830f 100644 --- a/docs/reference/cairomm.css +++ b/docs/reference/cairomm.css @@ -201,6 +201,7 @@ table.mdTable + table { border-left-style: none; background-color: #FAFAFA; font-size: 80%; + font-family: monospace; } .memItemRight { padding: 1px 8px 0px 8px; @@ -219,6 +220,7 @@ table.mdTable + table { border-left-style: none; background-color: #FAFAFA; font-size: 80%; + font-family: monospace; } .memTemplItemLeft { padding: 1px 0px 0px 8px; @@ -237,6 +239,7 @@ table.mdTable + table { border-left-style: none; background-color: #FAFAFA; font-size: 80%; + font-family: monospace; } .memTemplItemRight { padding: 1px 8px 0px 8px; @@ -255,6 +258,7 @@ table.mdTable + table { border-left-style: none; background-color: #FAFAFA; font-size: 80%; + font-family: monospace; } .memTemplParams { padding: 1px 0px 0px 8px; @@ -275,6 +279,21 @@ table.mdTable + table { 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; @@ -304,5 +323,4 @@ th.dirtab { hr { height: 1px; border: none; - border-top: 1px solid black; } |