[Doxygen-users] Limited Support for VB should be easy?
Brought to you by:
dimitri
From: <Dav...@ho...> - 2002-03-13 21:14:39
|
Hi all. Well, I inherited a VBasic project, without little documentation. I love using doxygen to document my C++ projects and don't want to use anything else... but... No support for VB.. so with a little digging... It seems I should be able to use doxygen with vb if there is a way to have it ignore the VB comment delimiter. I will need to use the long hand method to create file and function comments e.g. ' '/*! '// \fn MyPatheticVBfunction(one AS integer) '// yadda yadda description.. '*/ Now this does not work because of the ' (single quote) delimiter for the comment.. But when I remove the ' from the file as a comment delimiter, I get nice doxygen output. But, VBasic must have the ' for comments (I wish VB would also use //, but alas.. no) While using the long handed method is not the best, it still gives me a workable solution. So, again. Is there a way to specify the doxygen to ignore any ' (tick)? This could alow me to use doxygen for VB. Dave Foringer > Honeywell BRGA FMS > *Tel: 602-436-3036 > *Email:dav...@ho... > |