Summary: | Make the docs build with gtk-doc 1.16 and later | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Will Thompson <will> |
Component: | tp-glib | Assignee: | Will Thompson <will> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | Keywords: | patch |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
URL: | http://cgit.collabora.co.uk/git/user/wjt/telepathy-glib.git/log/?h=gtk-doc-regressions | ||
Whiteboard: | review+ | ||
i915 platform: | i915 features: |
Description
Will Thompson
2011-04-20 06:26:37 UTC
> This doesn't actually make gtk-doc shut up, as I hoped it would, because it
> doesn't pay the blindest bit of notice to G_GNUC_DEPRECATED and instead witters > on about deprecation guards. Oh well.
gtk-doc wants you to use:
#ifndef TP_DISABLE_DEPRECATED
insert_thing_that_is_deprecated (here);
#endif
The branch looks fine as-is.
... either as-is or with the additional change I suggested, is what I meant to say. Will merged this. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.