Re: /*< private >*/ handling
- From: Damon Chaplin <damon kendo fsnet co uk>
- To: Matthias Clasen <maclas gmx de>
- Cc: gtk-doc-list gnome org
- Subject: Re: /*< private >*/ handling
- Date: 18 Dec 2002 23:13:53 +0000
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]