[nemiver/mallard-docs] Make the documentation pass the validation
- From: Baptiste Mille-Mathias <baptistem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver/mallard-docs] Make the documentation pass the validation
- Date: Sat, 17 Aug 2013 17:55:27 +0000 (UTC)
commit 86f622b04c5914207b145f5de84f16e3d0453690
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date: Sat Aug 17 19:53:42 2013 +0200
Make the documentation pass the validation
help/C/{breakpoint.page => breakpoints.page} | 2 +-
help/C/index.page | 10 +++-
help/C/session-run-debug.page | 2 +-
help/C/what-is-nemiver.page | 81 +++++++++++++------------
4 files changed, 52 insertions(+), 43 deletions(-)
---
diff --git a/help/C/breakpoint.page b/help/C/breakpoints.page
similarity index 99%
rename from help/C/breakpoint.page
rename to help/C/breakpoints.page
index 4cd2921..8e78880 100644
--- a/help/C/breakpoint.page
+++ b/help/C/breakpoints.page
@@ -1,6 +1,6 @@
<page xmlns="http://projectmallard.org/1.0/"
type="topic"
- id="breakpoint">
+ id="breakpoints">
<info>
<link type="guide" xref="index#basic-debugging"/>
diff --git a/help/C/index.page b/help/C/index.page
index 8d5ed24..8406145 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -5,9 +5,15 @@
<info>
<title type="link">Nemiver</title>
<title type="text">Nemiver</title>
- <revision version="0.1" date="2013-07-15" status="stub"/>
- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
+ <revision pkgversion="0.9" date="2013-07-15" status="stub"/>
+
+ <include href="legal.xml" xmlns="http://www.w4.org/2001/XInclude" />
+
+ <credit type="author">
+ <name>Baptiste Mille-Mathias</name>
+ <email>baptistem gnom org</email>
+ </credit>
</info>
<title><media type="image" src="figures/nemiver.png"></media>Nemiver</title>
diff --git a/help/C/session-run-debug.page b/help/C/session-run-debug.page
index 2ec0394..250f73f 100644
--- a/help/C/session-run-debug.page
+++ b/help/C/session-run-debug.page
@@ -24,5 +24,5 @@
<p><app>Nemiver</app> provides features like <link
xref="variables#variable-monitor">monitoring variables</link> or
- <link xref="breakpoint">breakpoints</link> to better spot error in a code.</p>
+ <link xref="breakpoints">breakpoints</link> to better spot error in a code.</p>
</page>
diff --git a/help/C/what-is-nemiver.page b/help/C/what-is-nemiver.page
index 9483e07..5930e4d 100644
--- a/help/C/what-is-nemiver.page
+++ b/help/C/what-is-nemiver.page
@@ -4,7 +4,8 @@
<info>
<link type="guide" xref="index"/>
- <revision version="0.1" date="2013-07-15" status="stub"/>
+
+ <revision date="2013-07-15" status="stub"/>
<desc>Presenting <app>Nemiver</app> application</desc>
</info>
@@ -40,43 +41,45 @@
src="figures/main-interface.png"></media>
</figure>
- <terms>
- <title>The toolbox</title>
- <p>The debugging tools</p>
- <item>
- <title>Target Terminal</title>
- <p>Any output produced by the program you debug will be displayed
- here.</p>
- </item>
- <item>
- <title>Context</title>
- <p>What reaching a breakpoint, provide information of the
- current location, about parent functions until
- <code>main()</code>, and their respective arguments, and
- variables.</p>
- </item>
- <item>
- <title>Breakpoints</title>
- <p>List the breakpoints set in the source code, and all their
- properties.</p>
- </item>
- <item>
- <title>Registers</title>
- <p>This tab displays all of the CPU registers and their values.
- Should a value change between two steps, the color of the value will
- be changed to red.</p>
- </item>
- <item>
- <title>Memory</title>
- <p>The memory inspector displays the content of a memory address in
- hexadecimal and in ASCII representation. The memory content can be
- display by byte, word (2 bytes) or long word (4 bytes).</p>
- </item>
- <item>
- <title>Expression Monitor</title>
- <p>The component will display all variables monitored, their latest
- value and their type.</p>
- </item>
- </terms>
+ <section id="interface-toolbox">
+ <title>The debugging tools</title>
+
+ <terms>
+ <item>
+ <title>Target Terminal</title>
+ <p>Any output produced by the program you debug will be displayed
+ here.</p>
+ </item>
+ <item>
+ <title>Context</title>
+ <p>What reaching a breakpoint, provide information of the
+ current location, about parent functions until
+ <code>main()</code>, and their respective arguments, and
+ variables.</p>
+ </item>
+ <item>
+ <title>Breakpoints</title>
+ <p>List the breakpoints set in the source code, and all their
+ properties.</p>
+ </item>
+ <item>
+ <title>Registers</title>
+ <p>This tab displays all of the CPU registers and their values.
+ Should a value change between two steps, the color of the value will
+ be changed to red.</p>
+ </item>
+ <item>
+ <title>Memory</title>
+ <p>The memory inspector displays the content of a memory address in
+ hexadecimal and in ASCII representation. The memory content can be
+ display by byte, word (2 bytes) or long word (4 bytes).</p>
+ </item>
+ <item>
+ <title>Expression Monitor</title>
+ <p>The component will display all variables monitored, their latest
+ value and their type.</p>
+ </item>
+ </terms>
+ </section>
</section>
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]