Re: gtk-doc confused about symbols
- From: David Nečas <yeti physics muni cz>
- To: Stefan Kost <ensonic hora-obscura de>
- Cc: gtk-doc-list gnome org
- Subject: Re: gtk-doc confused about symbols
- Date: Mon, 26 Jan 2009 10:45:56 +0100
On Mon, Jan 26, 2009 at 10:23:14AM +0100, David Nečas wrote:
> Should the parser really consume this?
>
> /**
> * Adds a subscription to be monitored.
> */
>
> The first line is not an identifier followed by a colon, so it cannot be
> a symbol documentation. Or is such a vague matching necessary for some
> legacy documentation?
I mean something like this (I would even remove the warning about
comments where we cannot find a symbol because if there is no symbol the
comment is not intended for our consumption).
Index: gtkdoc-mkdb.in
===================================================================
--- gtkdoc-mkdb.in (revision 665)
+++ gtkdoc-mkdb.in (working copy)
@@ -3397,7 +3397,7 @@
$symbol = $1;
#print "SECTION DOCS found in source for : '$symbol'\n";
$ignore_broken_returns = 1;
- } elsif (m%^\s*([\w:-]*\w)\s*:?%) {
+ } elsif (m%^\s*([\w:-]*\w)\s*:?\s*$%) {
$symbol = $1;
#print "SYMBOL DOCS found in source for : '$symbol'\n";
}
Yeti
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]