mtoc++  1.5
mtoc++: Doxygen filter for MatLab .m files
 All Classes Namespaces Variables Pages
Changes in mtoc++ 1.5

Current development

See also New features in mtoc++ 1.5

Page Changes and new features in mtoc++
(Daniel Wirtz, 2013-06-25) mtocpp_post/postprocess.rl: Increased robustness. If processing a directory, the postprocessor does not completely stop on (rare) parse errors but continues to loop through the directory. This way all files are at least tried to be processed.
Class MFileScanner

(Martin Drohmann, 2013-08-20) Bugfix: incorrect usage of addOptional does not break mtocpp (pointed out by Alexander on FEX)

(Martin Drohmann, 2013-07-08) Bugfix: End of line comment in line before function ending broke the parser.

(Martin Drohmann, 2013-05-16) Added code removal feature as requested by Maxime.

(Martin Drohmann, 2013-04-01) Parse event attributes (ListenAccess, NotifyAccess, Hidden) correctly - as pointed out by Evgeny Pr on FEX

(Daniel Wirtz, 2013-03-28) Merged together simultaneous contributions from Martin and me regarding the FEX feedback from Pete. Now also allowing e.g. 'protected' as access modifier string and the 'Abstract' class modifier is also recognized.