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