On Fri, 07 Jul 2006 15:05:57 +0200, Eivind Magnus Hvidevold
<em...@ar...> wrote:
>
> 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?
The patch was incomplete. I forgot to resort the list with the prefix
ignored,
so if there were functions with different prefix, the alphabetical index
would restart on 'a' for each prefix.
This patch includes resorting of the lists. It is against CVS from
yesterday.
--
EMH |