From 71b33da854c43d89147075fb5d06673b52d0bd1c Mon Sep 17 00:00:00 2001 From: Michael Leupold Date: Sat, 1 Aug 2009 17:06:47 +0200 Subject: Adapt style, hide "Name" of reference pages. --- secret-service/html/style.css | 27 ++++- secret-service/params-html.xsl | 2 + secret-service/tools/spec-to-docbook.xsl | 174 ++++++++++++++++++++----------- 3 files changed, 142 insertions(+), 61 deletions(-) (limited to 'secret-service') diff --git a/secret-service/html/style.css b/secret-service/html/style.css index 6566fc0..f8a03b0 100644 --- a/secret-service/html/style.css +++ b/secret-service/html/style.css @@ -78,10 +78,35 @@ div.informalexample pre { font-size: 2em; } -div.funcsynopsis { +div.funcsynopsis, code.fieldsynopsis, +div.refsect2 div.refsynopsisdiv { padding: 0.5em; background-color: #F4F4F4; border: 1px solid gray; + display: block; + width: 80%; +} + +div.refsynopsisdiv code.fieldsynopsis { + padding: 0; + border: 0; +} + +code.fieldsynopsis span.modifier { + min-width: 8em; + display: inline-block; +} + +code.fieldsynopsis span.type { + min-width: 11em; + display: inline-block; +} + +code.fieldsynopsis span.varname { + min-width: 11em; + display: inline-block; + font-size: 1.1em; + font-weight: bold; } div.funcprototype-spacer { diff --git a/secret-service/params-html.xsl b/secret-service/params-html.xsl index cc73eee..bca2223 100644 --- a/secret-service/params-html.xsl +++ b/secret-service/params-html.xsl @@ -31,5 +31,7 @@ style.css ansi 1 + 0 + 1 diff --git a/secret-service/tools/spec-to-docbook.xsl b/secret-service/tools/spec-to-docbook.xsl index 8b6c223..d320d61 100644 --- a/secret-service/tools/spec-to-docbook.xsl +++ b/secret-service/tools/spec-to-docbook.xsl @@ -288,7 +288,7 @@ - D-Bus Interface + @@ -357,6 +357,15 @@ + + + Properties + + + + + + @@ -394,9 +403,7 @@ Accessed using the org.freedesktop.DBus.Properties interface. - - - + @@ -526,6 +533,88 @@ + + + + + + + + + + READ + + + WRITE + + + READWRITE + + + + ERR: unknown or missing value for + @access on property + + : ' + + ' + + + + + + + + + + + + + + + + + + + + + + + READ + + + WRITE + + + READWRITE + + + + ERR: unknown or missing value for + @access on property + + : ' + + ' + + + + + + + + + + + + + + + + + + + @@ -554,47 +643,12 @@ - - - - - - - - - - - - - , - - - read-only - - - write-only - - - read/write - - - - ERR: unknown or missing value for - @access on property - - : ' - - ' - - - - - - - - - - - + + + + + + @@ -803,21 +857,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf