[gtk-doc] docs: mention that the main file is .xml or can be .sgml
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] docs: mention that the main file is .xml or can be .sgml
- Date: Sun, 27 Feb 2011 20:06:03 +0000 (UTC)
commit 246913323d9e6b9127337ed81fae637a5792f522
Author: Stefan Kost <ensonic users sf net>
Date: Sun Feb 27 22:06:16 2011 +0200
docs: mention that the main file is .xml or can be .sgml
help/manual/C/gtk-doc-manual.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/help/manual/C/gtk-doc-manual.xml b/help/manual/C/gtk-doc-manual.xml
index 4273b94..385f7fb 100644
--- a/help/manual/C/gtk-doc-manual.xml
+++ b/help/manual/C/gtk-doc-manual.xml
@@ -586,7 +586,7 @@ gtkdocize || exit 1
The first make run generates several additional files in the doc-dirs.
The important ones are:
<filename><package>.types</filename>,
- <filename><package>-docs.sgml</filename>,
+ <filename><package>-docs.xml</filename> (in the past .sgml),
<filename><package>-sections.txt</filename>.
</para>
<para>
@@ -612,9 +612,9 @@ make
<para>
As a rule of the thumb, it's those files you edit, that should go under
version control. For typical projects it's these files:
- <filename><package>.types</filename>
- <filename><package>-docs.sgml</filename>
- <filename><package>-sections.txt</filename>
+ <filename><package>.types</filename>,
+ <filename><package>-docs..xml</filename> (in the past .sgml),
+ <filename><package>-sections.txt</filename>,
<filename>Makefile.am</filename>
</para>
</sect1>
@@ -1403,7 +1403,7 @@ typedef enum {
There are a couple of extra files, that need to be maintained along with
the inline source code comments:
<filename><package>.types</filename>,
- <filename><package>-docs.sgml</filename>,
+ <filename><package>-docs.xml</filename> (in the past .sgml),
<filename><package>-sections.txt</filename>.
</para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]