[gnome-doc-utils/mallard: 35/87] Adding content to mal_block_note



commit d258eca649c77dac612e2ced5f093aca66290413
Author: Shaun McCance <shaunm gnome org>
Date:   Tue Nov 11 18:05:10 2008 -0600

    Adding content to mal_block_note
---
 doc/mallard/C/mal_block_note.xml |   56 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/doc/mallard/C/mal_block_note.xml b/doc/mallard/C/mal_block_note.xml
index 685dae3..bc2ea4a 100644
--- a/doc/mallard/C/mal_block_note.xml
+++ b/doc/mallard/C/mal_block_note.xml
@@ -19,4 +19,60 @@ mal_block_note = element note {
 }
 </code></synopsis>
 
+<!-- BEGIN discussion -->
+<section id="discussion">
+  <title>Discussion</title>
+  <list type="bullet">
+    <item><p>The <code>style</code> attribute takes a space-seperated list of
+    style hints.  Processing tools should adjust their rendering according to
+    those style hints they understand.</p></item>
+
+    <item>
+      <p>The following style hints are recommended:</p>
+      <table rules="rows">
+        <tr>
+          <td><code>"advanced"</code></td>
+          <td><p>information that advanced users may find useful</p></td>
+        </tr>
+        <tr>
+          <td><code>"bug"</code></td>
+          <td><p>a note about a known bug in the software</p></td>
+        </tr>
+        <tr>
+          <td><code>"tip"</code></td>
+          <td><p>a general tip that may help the reader perform an operation better</p></td>
+        </tr>
+        <tr>
+          <td><code>"warning"</code></td>
+          <td><p>a warning to the reader about a potentially dangerous operation</p></td>
+        </tr>
+      </table>
+    </item>
+  </list>
+
+  <comment>
+    <cite date="2008-10-11"><name>shaunm</name></cite>
+    <p>Add discussion of content model</p>
+  </comment>
+</section>
+<!-- END discussion -->
+
+<!-- BEGIN examples -->
+<section id="examples">
+  <title>Examples</title>
+</section>
+<!-- END examples -->
+
+<!-- BEGIN processing -->
+<section id="processing">
+  <title>Processing Expectations</title>
+</section>
+<!-- END processing -->
+
+<!-- BEGIN docbook -->
+<section id="docbook">
+  <title>Comparison to DocBook</title>
+</section>
+<!-- END docbook -->
+
 </page>



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