Changes between Version 4 and Version 5 of CompilerDirectives
- Timestamp:
- 05/28/13 20:50:35 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilerDirectives
v4 v5 9 9 @args[[BR]] 10 10 @ref[[BR]] 11 @help[[BR]]11 [HelpDirective @help][[BR]] 12 12 @number[[BR]] 13 13 @platform[[BR]] … … 51 51 52 52 53 '''@help'''[[BR]] 54 Directive to generate an HTML help file for a given expression, statement or declaration.[[BR]] 55 The output file is intended to give the developer: 56 * information about the topic in general 57 * interfaces to types 58 * a link to the Cobra wiki where appropriate 59 * a link to the specific type's documentation on the web, where determinable 60 * ready-made search links 53 '''@help''' 61 54 62 See http://cobra-language.com/forums/viewtopic.php?f=4&t=810&p=4195#p4125 63 64 65 55 See HelpDirective 66 56 67 57