diff --git a/reactos/tools/rbuild/doc/rbuild.dbk b/reactos/tools/rbuild/doc/rbuild.dbk
index bd6d3798c4a..0cdabf52038 100644
--- a/reactos/tools/rbuild/doc/rbuild.dbk
+++ b/reactos/tools/rbuild/doc/rbuild.dbk
@@ -225,6 +225,12 @@
None.
+
+
Children
@@ -281,6 +287,44 @@
+
+ Compilerflag element
+
+ A compilerflag element specifies additional flags to be bassed
+ to the compiler.
+
+
+ Syntax
+
+ <compilerflags>-Wpointer-arith</compilerflag>
+
+
+
+ Attributes.
+
+ None.
+
+
+
+ Value
+
+ The compiler flags.
+
+
+
+ Parents
+
+ if, project.
+
+
+
+
+
Component element
@@ -356,6 +400,13 @@
Value of define. The value is optional.
+
+ Parents
+
+ project, module.
+
+
Children
@@ -428,6 +479,14 @@
None.
+
+ Parents
+
+ directory, if, project.
+
+
Children
@@ -464,6 +523,13 @@
Name of file.
+
+ Parents
+
+ directory, module.
+
+
Children
@@ -471,6 +537,47 @@
+
+ Group element
+
+ A group element's purpose is grouping subelements.
+
+
+ Syntax
+
+ <group>
+ <file>i386-dis.c</file>
+ <file>kdb_help.S</file>
+ <file>longjmp.S</file>
+ <file>setjmp.S</file>
+</group>
+
+
+
+
+
+
+
+
+
+
+
If element
@@ -515,6 +622,13 @@
None.
+
+ Parents
+
+ project, directory.
+
+
Children
@@ -564,6 +678,12 @@
None.
+
+
Children
@@ -606,6 +726,13 @@
Relative include directory.
+
+ Parents
+
+ project, module.
+
+
Children
@@ -852,6 +979,12 @@
The switches to pass to the linker.
+
+
Children
@@ -1298,7 +1431,8 @@
Parents
- project.
+ project, directory.
@@ -1315,6 +1449,7 @@
linkend="element.include">include, invoke, library, linkerflag, property.
@@ -1429,6 +1564,12 @@
Name of the include file to be precompiled.
+
+ Parents
+
+ directory.
+
+