Next: , Previous: , Up: Octave Functions and Scripts   [Contents][Index]


5.33 get_documentation

Function File: get_documentation(type, path_octarisk, path_documentation)

Print documentation for all Octave functions in specified path. The documentation is extracted from the function headers and printed to a file ’functions.texi’, ’functionname.html’ or to standard output if a specific format (texinfo, html, txt) is set.

The path to all files has to be set in the variable path_documentation.