Rank: 445 based on 168 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 development, doxygen, doc help doc, development environme..., extract documentation, documentation generat... 70 56
  • 4.40909
4.4 | 25 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 98 33
  • 4.41667
4.4 | 12 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
18 Jun 2013 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice Eckard

Hello Fabrice.

My name is Eckard Klotz. I\'m the developer behind the two sourceforge projects:
Moritz : http://sourceforge.net/projects/moritz/
MuLanPa : http://sourceforge.net/projects/mulanpa/

Both are open source freeware-projects and should be used as an extension of Doxygen to create algorithm describing diagrams like nassi shneiderman or uml activity diagrams.

Today in both projects.
The snapshot of the project Moritz
http://sourceforge.net/projects/moritz/files/Snapshots/2013_05_27/
contains in the windows-distribution Moritz2_WIN32_2013_05_27.zip
in the folder LangPack\pascxal your filter. You will find in the file
ReadMe_2013_05_27.txt

The following paragraphs:

Since this distribution contains doxygen-configurations also and
with the version 1.9.08 the languages Matlab and Pascal are
supported also two third-party filters are added in the associated
LangPack folders:

Matlab:
Filter: m2cpp.pl
Author: Fabrice
Internet:
http://www.mathworks.com/matlabcentral/fileexchange/25925-using-doxygen-with-matlab

Pascal:
Filter: pas2dox.exe
Author: Darren Bowles
Internet: http://sourceforge.net/projects/pas2dox

I hope that this is OK for you but please don't hesitate to argue if you
have some doubts about this. You will find a forum-section in both projects.

Best regards,
Eckard Klotz.

23 May 2013 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice Sonsoles

Thanks Fabrice for your file.
Now it is working in my matlab but i want to know if with this GraphViz options are available. i mean class graphs and caller graphs among others.
Thanks again

22 May 2013 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice Jason

I had to update m2cpp.pl for line endings on my Mac. In VIM, I used ":set ff=unix" and that did the trick.

16 May 2013 Editing Matlab files in Vim Edit Matlab M-files in Vim editor (indentation, syntax highlighting, tags , mlint support) Author: Fabrice Alex

I am having the same problem as many others it seems, as I am getting an error when the ftplugin file is called. How do I fix this? Where do I add the contents into matchit.vim file as leptogenesis did to make the code work?

16 May 2013 Using Doxygen with Matlab Extracts automatically comments from your Matlab .m files using Doxygen to generate documentation Author: Fabrice Sonsoles

Hello!! i am runing Doxygen in my matlab code and the question is, it should show some graph as well.
i got the following errors:
C:/Users/Sonsoles/Documents/Fortran/Kompressorkoden/get_o_over_c.m:23: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
C:/Users/Sonsoles/Documents/Fortran/Kompressorkoden/get_omega_s.m:21: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon)
C:/Users/Sonsoles/Documents/Fortran/Kompressorkoden/Xfunc.m:21: warning: class for member `M::::::calculate:' cannot be found.

thanks for the help

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 development, doxygen, doc help doc, development environme..., extract documentation, documentation generat... 70 56
  • 4.40909
4.4 | 25 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 98 33
  • 4.41667
4.4 | 12 ratings

Contact us