rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
htdoc.m File Reference

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 More...
 
function toks = htdoc>get_tokens (topic)
 
function mtok = htdoc>get_max_token (toks)
 

Detailed Description

opens mtoc++ documentation in a browser

Definition in file htdoc.m.

Function Documentation

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

1 setenv('DOXYGEN_DIR', '/path/to/doxygen/docu');

in the startup.m file, e.g.

Parameters
topica string or an object describing for which the documentation site shall be opened.

Definition at line 17 of file htdoc.m.