![]() |
KerMor
0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
|
-zeile innerhalb der detailbeschreibungen! More...
Go to the source code of this file.
Functions | |
function | doxygen_todo () |
-zeile innerhalb der detailbeschreibungen! More... | |
-zeile innerhalb der detailbeschreibungen!
readonly-tag: jeder innerhalb eines "Dependent" blocks definierten property einfach einen tag a la
@par "This property is readonly"
hinzuzufügen. und da es sich in diesem falle eh um Methoden mit "get.<somename>" handelt wäre in einem solchen fall auch der hinweis "Getter is implemented" redundant/überflüssig. done - "See also:" oder "See also" tags: diese sollte man ersetzen durch "@sa". damit ist gewährleistet das die von Matlab selbst erzeugte dokumentation per "doc ." auch noch einigermaßen funktioniert.
Static methods: bei statischen methoden darf der erste parameter nicht weggenommen werden! das ist ja sonst "this", aber z.B. in der Klasse MatUtils gibt es eine static methode aus der der parameter "stencil" entfernt wird; dies gibt bei doxygen später ne fehlermeldung.
events in dokumentation einfügen.
Adding folder to "glob" in mtoc.conf should also add all top-level functions with"" ( )
The file list for each module should contain the full relative path within the project (subfolder/mfilename)
allow detection of nested field parameters , i.e. if a param "model" is given, a reference to model.field1.subfield should be detected and "field1.subfield" be added to the required fields list.
luxus-version: if a field of the param "model" is used like "varname = model.structfield" any statement like "varname.field1" should result in a new entry "model.structfield.field1" in the required fields list (recursively)
if subroutines refer to a fcn param in the outer function's context, the call to any used field should be registered,too and the field added to the "required" list
einfache wiederholung der
Definition in file doxygen_todo.m.
function doxygen_todo | ( | ) |
-zeile innerhalb der detailbeschreibungen!
readonly-tag: jeder innerhalb eines "Dependent" blocks definierten property einfach einen tag a la
@par "This property is readonly"
hinzuzufügen. und da es sich in diesem falle eh um Methoden mit "get.<somename>" handelt wäre in einem solchen fall auch der hinweis "Getter is implemented" redundant/überflüssig. done - "See also:" oder "See also" tags: diese sollte man ersetzen durch "@sa". damit ist gewährleistet das die von Matlab selbst erzeugte dokumentation per "doc ." auch noch einigermaßen funktioniert.
Static methods: bei statischen methoden darf der erste parameter nicht weggenommen werden! das ist ja sonst "this", aber z.B. in der Klasse MatUtils gibt es eine static methode aus der der parameter "stencil" entfernt wird; dies gibt bei doxygen später ne fehlermeldung.
events in dokumentation einfügen.
Adding folder to "glob" in mtoc.conf should also add all top-level functions with"" ( )
The file list for each module should contain the full relative path within the project (subfolder/mfilename)
allow detection of nested field parameters , i.e. if a param "model" is given, a reference to model.field1.subfield should be detected and "field1.subfield" be added to the required fields list.
luxus-version: if a field of the param "model" is used like "varname = model.structfield" any statement like "varname.field1" should result in a new entry "model.structfield.field1" in the required fields list (recursively)
if subroutines refer to a fcn param in the outer function's context, the call to any used field should be registered,too and the field added to the "required" list
einfache wiederholung der
<code>some code</code>geht aber.
Definition at line 17 of file doxygen_todo.m.