| 1 | = Help Directive = |
| 2 | |
| 3 | The @help directive generates an HTML help file for a given expression, statement or declaration. |
| 4 | |
| 5 | The 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 | |
| 12 | See 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 |