[Doxygen-develop] Fortran90 parser
Brought to you by:
dimitri
From: A.Visser <A.V...@fz...> - 2006-07-24 09:51:11
|
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 |