[PATCH 2/8] doc: Remove deprecated functions from documentation
Derek Foreman
derekf at osg.samsung.com
Wed Jan 21 07:21:30 PST 2015
Hmm, if I understand what this is doing... it disables doxygen parsing
for a block that has no doxygen comments in it anyway.
In the future if we deprecate stuff that actually has doxygen comments,
I suppose this will result in nicer documentation, and I see no harm in
it...
Reviewed-by: Derek Foreman <derekf at osg.samsung.com>
On 02/01/15 08:29 PM, Bill Spitzak wrote:
> ---
> src/wayland-server.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/src/wayland-server.c b/src/wayland-server.c
> index c845dd6..38123c7 100644
> --- a/src/wayland-server.c
> +++ b/src/wayland-server.c
> @@ -1331,7 +1331,7 @@ wl_log_set_handler_server(wl_log_func_t handler)
> wl_log_handler = handler;
> }
>
> -/* Deprecated functions below. */
> +/** \cond */ /* Deprecated functions below. */
>
> uint32_t
> wl_client_add_resource(struct wl_client *client,
> @@ -1428,6 +1428,8 @@ wl_display_remove_global(struct wl_display *display, struct wl_global *global)
> wl_global_destroy(global);
> }
>
> +/** \endcond */
> +
> /** Add support for a wl_shm pixel format
> *
> * \param display The display object
>
More information about the wayland-devel
mailing list