Add reference to the 'compilerflag' element.
authorEmanuele Aliberti <ea@iol.it>
Mon, 1 Aug 2005 12:54:50 +0000 (12:54 +0000)
committerEmanuele Aliberti <ea@iol.it>
Mon, 1 Aug 2005 12:54:50 +0000 (12:54 +0000)
Add reference to the 'group' element.
Add Parents section to more elements.

svn path=/trunk/; revision=16950

reactos/tools/rbuild/doc/rbuild.dbk

index bd6d379..0cdabf5 100644 (file)
           <para>None.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.module">module</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>
 
         </section>
       </section>
 
+      <section>
+        <title>Compilerflag element</title>
+
+        <para>A compilerflag element specifies additional flags to be bassed
+        to the compiler.</para>
+
+        <section>
+          <title>Syntax</title>
+
+          <para><programlisting>&lt;compilerflags&gt;<replaceable>-Wpointer-arith</replaceable>&lt;/compilerflag&gt;</programlisting></para>
+        </section>
+
+        <section>
+          <title>Attributes.</title>
+
+          <para>None.</para>
+        </section>
+
+        <section>
+          <title>Value</title>
+
+          <para>The compiler flags.</para>
+        </section>
+
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.if">if</link>, <link
+          linkend="element.project">project</link>.</para>
+        </section>
+
+        <section>
+          <title>Children</title>
+
+          <para>None.</para>
+        </section>
+      </section>
+
       <section id="element.component">
         <title>Component element</title>
 
           <para>Value of define. The value is optional.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.project">project</link>, <link
+          linkend="element.module">module</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>
 
           <para>None.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.directory">directory</link>, <link
+          linkend="element.directory">if</link>, <link
+          linkend="element.project">project</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>
 
           <para>Name of file.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.directory">directory</link>, <link
+          linkend="element.module">module</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>
 
         </section>
       </section>
 
+      <section>
+        <title>Group element</title>
+
+        <para>A group element's purpose is grouping subelements.</para>
+
+        <section>
+          <title>Syntax</title>
+
+          <para><programlisting>&lt;group&gt;
+  &lt;file&gt;<replaceable>i386-dis.c</replaceable>&lt;/file&gt;
+  &lt;file&gt;<replaceable>kdb_help.S</replaceable>&lt;/file&gt;
+  &lt;file&gt;<replaceable>longjmp.S</replaceable>&lt;/file&gt;
+  &lt;file&gt;<replaceable>setjmp.S</replaceable>&lt;/file&gt;
+&lt;/group&gt;</programlisting></para>
+        </section>
+
+        <section>
+          <title>Attributes</title>
+
+          <para>None.</para>
+        </section>
+
+        <section>
+          <title>Value</title>
+
+          <para>None.</para>
+        </section>
+
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.if">if</link>.</para>
+        </section>
+
+        <section>
+          <title>Children</title>
+
+          <para><link linkend="element.file">file</link>.</para>
+        </section>
+      </section>
+
       <section id="element.if">
         <title>If element</title>
 
           <para>None.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.project">project</link>, <link
+          linkend="element.directory">directory</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>
 
           <para>None.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.module">module</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>
 
           <para>Relative include directory.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.project">project</link>, <link
+          linkend="element.module">module</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>
 
           <para>The switches to pass to the linker.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.module">module</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>
 
         <section>
           <title>Parents</title>
 
-          <para><link linkend="element.project">project</link>.</para>
+          <para><link linkend="element.project">project</link>, <link
+          linkend="element.directory">directory</link>.</para>
         </section>
 
         <section>
           linkend="element.include">include</link>, <link
           linkend="element.invoke">invoke</link>, <link
           linkend="element.library">library</link>, <link
+          linkend="element.linkerflag">linkerflag</link>, <link
           linkend="element.property">property</link>.</para>
         </section>
       </section>
           <para>Name of the include file to be precompiled.</para>
         </section>
 
+        <section>
+          <title>Parents</title>
+
+          <para><link linkend="element.directory">directory</link>.</para>
+        </section>
+
         <section>
           <title>Children</title>