spy.doc Help Documentation
| annotation |
|
||
| diagram | ![]() |
||
| children | hhOnlyFlag noCreateFlag noDeleteFlag | ||
| used by |
|
||
| source | <xs:complexType name="generationControlType"> <xs:annotation> <xs:documentation>Generation control flags.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="hhOnlyFlag" type="xs:boolean"> <xs:annotation> <xs:documentation>Set to True to create only the HTML-Help .hhp, .hcc, .hhk, .chm files.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="noCreateFlag" type="xs:boolean"> <xs:annotation> <xs:documentation>Set to True to skip the XMLSPY and custom-plugin documentation generation phase.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="noDeleteFlag" type="xs:boolean"> <xs:annotation> <xs:documentation>Set to True to not delete working folders and files.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |