diff --git a/doc/AUTORECONF.md b/doc/AUTORECONF.md index 1d6089f..5381279 100644 --- a/doc/AUTORECONF.md +++ b/doc/AUTORECONF.md @@ -19,9 +19,10 @@ Use this task to update configuration files generated by ### Nested Elements [AutoreconfTask.Include](AUTORECONF.md) extends [CcTask.Include](CCTASK.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- -| prepend | Boolean | False | Use -B instead of the default -I +| prepend | Boolean | False | Use -B instead of the default -I ### Example diff --git a/doc/CC.md b/doc/CC.md index 65a398e..07327c7 100644 --- a/doc/CC.md +++ b/doc/CC.md @@ -19,17 +19,20 @@ Use this task to call the native compiler directly. ### Nested Elements [CcTask.Arg](CCTASK.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | value | String | "" | Argument to pass to the native compiler [CcTask.Define](CCTASK.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | name | String | | Name of defined variable | value | String | | Value of defined variable [CcTask.Include](CCTASK.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | path | String | "." | Argument to pass to the native compiler diff --git a/doc/LD.md b/doc/LD.md index aa0018c..9c27392 100644 --- a/doc/LD.md +++ b/doc/LD.md @@ -5,6 +5,7 @@ Use this task to call the native linker directly. ### Parameters + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | outfile | File | | Folder to execute the task in @@ -14,6 +15,7 @@ Use this task to call the native linker directly. ### Nested Elements [LDTask.LIBRARY](LD.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | lib | String | | Name of the library to link against