Re: /*< private >*/ handling



I just noticed this code in gtkdoc-scan.in:

    # Take out any object structs from the list of declarations as we
don't
    # want them included.
    my ($object);
    foreach $object (@objects) {
	$list =~ s/^$object\n//m;
	$list =~ s/^${object}Class\n//m;
    }

We don't want to remove object and class structs from this list any
more, since we document them now. (The list is just used as the initial
MODULE-sections.txt file when setting up docs.) So we should remove this
code, and this is the only thing that uses @objects so we can remove
that as well.

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]