Re: linkification warnings
- From: Stefan Kost <ensonic hora-obscura de>
- To: David Nečas <yeti physics muni cz>
- Cc: gtk-doc-list gnome org
- Subject: Re: linkification warnings
- Date: Fri, 18 Dec 2009 22:17:20 +0200
Am 18.12.2009 14:18, schrieb David Nečas:
>
> Hello, I have two problems with linkification and the related warnings.
> I'm not sure if I do something differently than expected or there's a
> bug:
>
> 1) A few of my objects have some public, documented fields. They are
> marked /*<public>*/ and they appear correctly in the docs. But I cannot
> link to them.
>
> Writing #GwyRGBA.r where GwyRGBA is a plain struct produces the correct
> link to the field. But writing #GwyField.xreal where GwyField is an
> object struct leads to a warning and no link. Must something special be
> done for objects?
>
> 2) What is the expected behaviour of the link validity checking for
> functions? I was happy to get no bogus warnings after the last tweaks.
> But then I realized I get no warnings for function links at all. Is it
> right?
from gtkdoc-fixxref.
# if its a function, don't warn if it does not contain a "_"
# - gnome coding style would use '_'
# - will avoid wrong warnings for ansi c functions
if that is not the case it would be good to add that to the test suite and
figure whats wrong.
Stefan
>
> Yeti
>
> _______________________________________________
> gtk-doc-list mailing list
> gtk-doc-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-doc-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]