|
@@ -0,0 +1,38 @@
|
|
|
+<?xml version="1.0" encoding='ISO-8859-1'?>
|
|
|
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
|
+
|
|
|
+<!-- Include general documentation entities -->
|
|
|
+<!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
|
|
|
+%docentities;
|
|
|
+
|
|
|
+]>
|
|
|
+<!-- Module Developer's Guide -->
|
|
|
+
|
|
|
+<chapter>
|
|
|
+
|
|
|
+ <title>&develguide;</title>
|
|
|
+ <section>
|
|
|
+ <title>Available Functions</title>
|
|
|
+ <section>
|
|
|
+ <title>
|
|
|
+ <function moreinfo="none">http_client(name)</function>
|
|
|
+ </title>
|
|
|
+ <para>
|
|
|
+ Text here
|
|
|
+ </para>
|
|
|
+ <para>Meaning of the parameters is as follows:</para>
|
|
|
+ <itemizedlist>
|
|
|
+ <listitem>
|
|
|
+ <para><emphasis>const char* name</emphasis> - Name of the
|
|
|
+ stuff. (Hugh - fill in here)
|
|
|
+ </para>
|
|
|
+ </listitem>
|
|
|
+ </itemizedlist>
|
|
|
+ </section>
|
|
|
+
|
|
|
+
|
|
|
+ </section>
|
|
|
+
|
|
|
+</chapter>
|
|
|
+
|