Attribute
|
Description
|
Type
|
define
|
A comma-separated list of preprocessor macros to define.
Use nested define elements to define macro values.
|
net.sf.antcontrib.cpptasks.CUtil.StringArrayBuilder
|
description
|
Sets a description of the current data type.
|
java.lang.String
|
id
|
Sets an id that can be used to reference this element.
|
java.lang.String
|
refid
|
Specifies that this element should behave as if
the content of the element with the matching id attribute
was inserted at this location. If specified,
no other attributes or child content should be specified,
other than "description".
|
org.apache.tools.ant.types.Reference
|
undefine
|
A comma-separated list of preprocessor macros to undefine.
|
net.sf.antcontrib.cpptasks.CUtil.StringArrayBuilder
|