Re: [Doxygen-users] Linking to functions with long parameter lists
Brought to you by:
dimitri
From: Clemens F. <c....@os...> - 2007-02-16 16:21:09
|
On 16 Feb 2007 at 16:58, Daniel Rubin wrote: > > Regarding this regular expression trick to deal with linebreak > > formating in source code: > Sorry for the confusion. By "cpp" I meant the C-preprocessor. (I > think "cpp" is its common name on Unixens.) Hi Daniel. You mean the C-preprocessor built in doxygen, don't you? Ok, then the order is: 1.) Doxygen opens a documented source file 2.) Doxygen applies the input filter which is an external program. 3A) Doxygen runs the doxygen-internal C-preprocessor (not the "real" preprocessor) over the the output of the external program. (If preprocesssing is enabled) 3B) Doxygen does its work and makes the documentation. 4. Doxygen goes to the next file ... -> 1. Clemens |