rbmatlab 0.10.01
|
opens mtoc++ documentation in a browser More...
Go to the source code of this file.
Functions | |
function | htdoc ( topic) |
opens mtoc++ documentation in a browser | |
function toks = | htdoc>get_tokens ( topic) |
function mtok = | htdoc>get_max_token ( toks) |
opens mtoc++ documentation in a browser
Definition in file htdoc.m.
function htdoc | ( | topic | ) |
opens mtoc++ documentation in a browser
Opens documentation generated by mtoc++ and doxygen in a browser. The directory where the HTML documentation is installed must be geiven by the DOXYGEN_DIR
environment variable. This can be set with
setenv('DOXYGEN_DIR', '/path/to/doxygen/docu');
in the startup.m
file, e.g.
topic | a string or an object describing for which the documentation site shall be opened. |