mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Add reference to the 'compilerflag' element.
Add reference to the 'group' element. Add Parents section to more elements. svn path=/trunk/; revision=16950
This commit is contained in:
parent
4ae7cce227
commit
305aa85bd7
1 changed files with 142 additions and 1 deletions
|
@ -225,6 +225,12 @@
|
|||
<para>None.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Parents</title>
|
||||
|
||||
<para><link linkend="element.module">module</link>.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Children</title>
|
||||
|
||||
|
@ -281,6 +287,44 @@
|
|||
</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><compilerflags><replaceable>-Wpointer-arith</replaceable></compilerflag></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>
|
||||
|
||||
|
@ -356,6 +400,13 @@
|
|||
<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>
|
||||
|
||||
|
@ -428,6 +479,14 @@
|
|||
<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>
|
||||
|
||||
|
@ -464,6 +523,13 @@
|
|||
<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>
|
||||
|
||||
|
@ -471,6 +537,47 @@
|
|||
</section>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Group element</title>
|
||||
|
||||
<para>A group element's purpose is grouping subelements.</para>
|
||||
|
||||
<section>
|
||||
<title>Syntax</title>
|
||||
|
||||
<para><programlisting><group>
|
||||
<file><replaceable>i386-dis.c</replaceable></file>
|
||||
<file><replaceable>kdb_help.S</replaceable></file>
|
||||
<file><replaceable>longjmp.S</replaceable></file>
|
||||
<file><replaceable>setjmp.S</replaceable></file>
|
||||
</group></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>
|
||||
|
||||
|
@ -515,6 +622,13 @@
|
|||
<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>
|
||||
|
||||
|
@ -564,6 +678,12 @@
|
|||
<para>None.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Parents</title>
|
||||
|
||||
<para><link linkend="element.module">module</link>.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Children</title>
|
||||
|
||||
|
@ -606,6 +726,13 @@
|
|||
<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>
|
||||
|
||||
|
@ -852,6 +979,12 @@
|
|||
<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>
|
||||
|
||||
|
@ -1298,7 +1431,8 @@
|
|||
<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>
|
||||
|
@ -1315,6 +1449,7 @@
|
|||
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>
|
||||
|
@ -1429,6 +1564,12 @@
|
|||
<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue