Eivind Magnus Hvidevold | 14 Jul 2006 11:04

Imprecise warning


doxygen.cpp, line 665 outputs a warning message:

text.sprintf("Warning: the name `%s' supplied as "
                   "the second argument in the \\class statement ",
                   root->includeFile.data()
                  );

This may happen for the \struct command also, so the warning should be  
"the second argument in the \\class or \\struct statement".

--

-- 
EMH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Eivind Magnus Hvidevold | 7 Jul 2006 15:05

[PATCH] IGNORE_PREFIX for functions


Hi!

I'm using Doxygen on an SDK where all C functions have the same prefix. I
used the IGNORE_PREFIX setting to get them indexed properly by first
letter after the prefix, but they all kept going under the first letter of
the prefix. So I searched the mailing lists for IGNORE_PREFIX and found
that it just works for classes. Here is a patch which makes it work also
for functions. I'd be happy if this or something similar could be merged.
Do you think there should there be a separate config setting? I was
thinking of something like IGNORE_PREFIX_FUNCTIONS with YES|NO (using the
list from IGNORE_PREFIX) or containing another ignore list. I don't need
that extra setting but maybe others do?

--

-- 
EMH
Attachment (ignore_prefix_functions.patch): application/octet-stream, 4355 bytes

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Doxygen-develop mailing list
Doxygen-develop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-develop
(Continue reading)

A.Visser | 24 Jul 2006 11:50
Picon
Picon
Favicon

Fortran90 parser

Hi!

I'm currently writing a Fortran90 parser (subset, not all inherited f77 
botch) for doxygen. (I supposed that level 10 at doxygen wish list and 
-Fortran- means, that it will be put back the next decades :-))

I've got a few question:
- I've yet only read scanner.l and found nothing about the function 
references. How are they generated? Just equal names?
- How should registerParser be used and how to register several endings? 
At the moment, I've added one instances of the parser for each ending 
(f90 and F90).

Greetings,
Anke Visser

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Gmane