rbmatlab 0.10.01
|
MatlabDocMaker: Class for information & tasks concerning the KerMor documentation.
doxygen:
mtoc++ is merely a filter for doxygenmtocpp
, mtocpp_post
on the search/environment pathsm4:
A macro parser [Unix only]This class is part of the mtoc++ tool
Homepage
http://www.morepas.org/software/mtocppLicense
http://www.morepas.org/software/mtocpp/licensing.html Definition at line 1 of file MatlabDocMaker.m.
Static Public Member Functions | |
static function name = | getProjectName () |
Returns the project name. | |
static function
version = | getProjectVersion () |
Returns the current version of the project. | |
static function char dir = | getOutputDirectory () |
Returns the directory where the applications source files reside. | |
static function char dir = | getSourceDirectory () |
Returns the directory where the applications source files reside. | |
static function char dir = | getConfigDirectory () |
Returns the directory where the applications documentation configuration files reside. | |
static function char bin = | getDoxygenBin () |
Allows access to a custom doxygen binary. | |
static function | open () |
Opens the generated documentation. | |
static function | create ( bool open) |
Creates the Doxygen documentation. | |
static function | setup () |
Runs the setup script for MatlabDocMaker and collects all necessary paths in order for the documentation creation to work properly. |
function MatlabDocMaker.create | ( | bool | open | ) | [static] |
Creates the Doxygen documentation.
open | Set to true if the documentation should be opened after successful compilation Default: false |
Definition at line 178 of file MatlabDocMaker.m.
function char dir = MatlabDocMaker.getConfigDirectory | ( | ) | [static] |
Returns the directory where the applications documentation configuration files reside.
This folder must contain at least the files "mtoc.conf" and "Doxyfile.m4"
dir | The documentation configuration directory |
Sealed
set to true. It cannot be overwritten. Definition at line 118 of file MatlabDocMaker.m.
function char bin = MatlabDocMaker.getDoxygenBin | ( | ) | [static] |
Allows access to a custom doxygen binary.
bin | The fully qualified path to a custom doxygen executable |
Sealed
set to true. It cannot be overwritten. Definition at line 141 of file MatlabDocMaker.m.
function char dir = MatlabDocMaker.getOutputDirectory | ( | ) | [static] |
Returns the directory where the applications source files reside.
dir | The output directory |
Sealed
set to true. It cannot be overwritten. Definition at line 80 of file MatlabDocMaker.m.
function name = MatlabDocMaker.getProjectName | ( | ) | [static] |
Returns the project name.
name | The project name |
Definition at line 35 of file MatlabDocMaker.m.
function version = MatlabDocMaker.getProjectVersion | ( | ) | [static] |
Returns the current version of the project.
version | The project version |
Definition at line 52 of file MatlabDocMaker.m.
function char dir = MatlabDocMaker.getSourceDirectory | ( | ) | [static] |
Returns the directory where the applications source files reside.
dir | The project source directory |
Sealed
set to true. It cannot be overwritten. Definition at line 99 of file MatlabDocMaker.m.