remove parens from section name, confuses gtk-doc

2000-11-05  Havoc Pennington  <hp@pobox.com>

* glib/glib-sections.txt: remove parens from section name,
confuses gtk-doc

* glib/glib-docs.sgml: Add the new files here, doh.

* glib/tmpl/shell.sgml: add gshell.[hc] docs
This commit is contained in:
Havoc Pennington 2000-11-05 17:07:19 +00:00 committed by Havoc Pennington
parent d4ff0ef999
commit 7e85ae4f28
4 changed files with 85 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2000-11-05 Havoc Pennington <hp@pobox.com>
* glib/glib-sections.txt: remove parens from section name,
confuses gtk-doc
* glib/glib-docs.sgml: Add the new files here, doh.
* glib/tmpl/shell.sgml: add gshell.[hc] docs
2000-11-05 Havoc Pennington <hp@pobox.com>
* glib/tmpl/error_reporting.sgml: fixes

View File

@ -46,6 +46,11 @@
<!entity glib-Relations-and-Tuples SYSTEM "sgml/relations.sgml">
<!entity glib-Caches SYSTEM "sgml/caches.sgml">
<!entity glib-Memory-Allocators SYSTEM "sgml/allocators.sgml">
<!entity glib-Spawn SYSTEM "sgml/spawn.sgml">
<!entity glib-Fileutils SYSTEM "sgml/fileutils.sgml">
<!entity glib-Shell SYSTEM "sgml/shell.sgml">
<!entity glib-Markup SYSTEM "sgml/markup.sgml">
]>
<book id="index">
<bookinfo>
@ -89,6 +94,10 @@
&glib-Lexical-Scanner;
&glib-Automatic-String-Completion;
&glib-Timers;
&glib-Spawn;
&glib-Fileutils;
&glib-Shell;
&glib-Markup;
&glib-Windows-Compatability-Functions;
</chapter>

View File

@ -679,7 +679,7 @@ g_timer_destroy
</SECTION>
<SECTION>
<TITLE>Spawning Processes (fork/exec)</TITLE>
<TITLE>Spawning Processes</TITLE>
<FILE>spawn</FILE>
GSpawnError
G_SPAWN_ERROR

View File

@ -0,0 +1,66 @@
<!-- ##### SECTION Title ##### -->
Shell-related Utilities
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### ENUM GShellError ##### -->
<para>
</para>
@G_SHELL_ERROR_BAD_QUOTING:
@G_SHELL_ERROR_EMPTY_STRING:
@G_SHELL_ERROR_FAILED:
<!-- ##### MACRO G_SHELL_ERROR ##### -->
<para>
</para>
<!-- ##### FUNCTION g_shell_parse_argv ##### -->
<para>
</para>
@command_line:
@argcp:
@argvp:
@error:
@Returns:
<!-- # Unused Parameters # -->
@argc:
@argv:
<!-- ##### FUNCTION g_shell_quote ##### -->
<para>
</para>
@unquoted_string:
@Returns:
<!-- ##### FUNCTION g_shell_unquote ##### -->
<para>
</para>
@quoted_string:
@error:
@Returns: