[Doxygen-develop] [PATCH] IGNORE_PREFIX for functions
Brought to you by:
dimitri
From: Eivind M. H. <em...@ar...> - 2006-07-14 09:05:22
|
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 |