Rank: 321 based on 195 downloads (last 30 days) and 2 files submitted
photo

Fabrice

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Fabrice View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
06 Apr 2011 Screenshot Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice doxygen, extract documentation, documentation generat..., documentation generat..., documentation, development environme... 88 43
  • 4.75
4.8 | 18 ratings
19 May 2010 Editing Matlab files in Vim Edit Matlab M-files in Vim editor (indentation, syntax highlighting, tags , mlint support) Author: Fabrice development environme..., syntax, gvim, mlint, highlighting, indentation 107 32
  • 4.36364
4.4 | 11 ratings
Comments and Ratings by Fabrice View all
Updated File Comments Rating
06 Apr 2011 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice

LeFlaux, I guess you problem is a Doxygen issue (maybe the EXTRACT_PRIVATE is set to NO in your Doxyfile). If not, could you send me a test case so that I can reproduce your problem ?

21 Mar 2011 Editing Matlab files in Vim Edit Matlab M-files in Vim editor (indentation, syntax highlighting, tags , mlint support) Author: Fabrice

Carlos,
You are right, the .ctags is missing in the zip. I will try to upload a new version of the package this week (but you can still download an older version of the zip here : http://www.vim.org/scripts/script.php?script_id=2407 where you can find the .ctags file)

02 Mar 2011 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice

Hi Cedric,

- the inheritance syntax (classdef MyClass < handle) is fully supported by the m2cpp.pl script : could you send me a test file so that I can see why you experienced such errors using this syntax ?
- your second problem is an encoding configuration issue in your Doxyfile (you shouldn't use the UTF-8 encoding but probably the ISO8859-1 encoding)

Regards,

Fabrice

12 Nov 2010 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice

I have just updated the m2cpp.pl script to better support :
- @-folder class definition
- multiple class inheritance (classdef a < b & c)
- classes attributes (Sealed, Hidden,...)
- events (transformed into enum Events in the generated documentation)
- private / protected / pubic methods
- private / protected / pubic properties
- constant properties (with their initialization)
- abstract classes (transformed into virtual functions in the generated documentation)
- the ignored argument (~) in function declaration is now read and transformed into an ignoredArg in the generated documentation

04 Aug 2010 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice

Matt,
I tried to use Doxygen 1.7.1 and I suppose I reproduced your problem.
I guess this is a Doxygen bug, but as a workaround, you could try to change the value of EXTENSION_MAPPING in the Doxyfile :
EXTENSION_MAPPING=.m=C++ (don't forget the dot before the 'm').
Could you tell me if it solved your problem ?

Comments and Ratings on Fabrice's Files View all
Updated File Comment by Comments Rating
08 Feb 2012 Editing Matlab files in Vim Edit Matlab M-files in Vim editor (indentation, syntax highlighting, tags , mlint support) Author: Fabrice leptogenesis

Nice job on these plugins! However, I had the same problem as john--I had to add the contents of ftplugin/matlab.vim to matchit.vim to make the ftplugin work on one of my systems (linux).

More importantly, though, the mlint integration seems almost useless because you have to scroll through every stupid warning mlint spits out to find the true errors. Is there a way to make it only report things that would actually prevent the program from running? (e.g. missing 'end' statements, unmatched parens, etc)

15 Jan 2012 Editing Matlab files in Vim Edit Matlab M-files in Vim editor (indentation, syntax highlighting, tags , mlint support) Author: Fabrice john

Matching if/end and for/end blocks did not work for me. I ended up using matchit.vim directly to set these myself, and getting Matlab syntax highlighting as part of a larger set of syntax highlighting for other languages. The installation instructions should be improved/clarified, and possibly fixed, as they don't work on an out-of-the-box vim install (on Mac Snow Leopard).

19 Dec 2011 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice Tom

Dear Fabrice,
is your package able to document code that uses the old class specification (before use of "classdef")?

Thanks a lot,
Tom

26 Oct 2011 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice Brian
27 Sep 2011 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice Eckard

Hello everyone

I get an error by using the pearl-script like follows:

Reading and parsing tag files
Preprocessing D:/Daten/Projekt../src/fcn.m...
Can't use an undefined value as filehandle reference at D:\Daten\Projekt\..\Filter\m2cpp.pl line 47 (formaly line 53).
Parsing file D:/Daten/Projekt/../src/fcn.m...

I tried to implent the patches from Bastian (07.07.2011) but the only the line-number changed from 43 to 47.

I use the pearl-version of Matlab 2009b on windows XP-SP3 together with Doxygen version 1.7.4

Thanks for your help,
                    Eckard Klotz.

Top Tags Applied by Fabrice
development environment, development, doc help doc, documentation, documentation generation
Files Tagged by Fabrice View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
06 Apr 2011 Screenshot Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice doxygen, extract documentation, documentation generat..., documentation generat..., documentation, development environme... 88 43
  • 4.75
4.8 | 18 ratings
19 May 2010 Editing Matlab files in Vim Edit Matlab M-files in Vim editor (indentation, syntax highlighting, tags , mlint support) Author: Fabrice development environme..., syntax, gvim, mlint, highlighting, indentation 107 32
  • 4.36364
4.4 | 11 ratings

Contact us at files@mathworks.com