Wiki

Changes between Initial Version and Version 1 of HelpDirective

Show
Ignore:
Timestamp:
05/28/13 20:53:48 (11 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HelpDirective

    v1 v1  
     1= Help Directive = 
     2 
     3The @help directive generates an HTML help file for a given expression, statement or declaration. 
     4 
     5The output file is intended to give the developer: 
     6 * information about the topic in general 
     7 * interfaces to types 
     8 * a link to the Cobra wiki where appropriate 
     9 * a link to the specific type's documentation on the web, where determinable 
     10 * ready-made search links 
     11 
     12See http://cobra-language.com/forums/viewtopic.php?f=4&t=810&p=4195#p4125 for details and examples. 
     13 
     14== See Also == 
     15 
     16 * CompilerDirectives 
     17 * DocGenerator