On Mon, Nov 9, 2015 at 8:12 PM, Peter Hutterer <[email protected]>
wrote:

>
> The GENERATE_TAGFILE option generates a list of all items in xml format
> like
> this:
>     <member kind="function">
>       <type>struct wl_event_queue *</type>
>       <name>wl_display_create_queue</name>
>       <anchorfile>wayland-client-core_8h.html</anchorfile>
>       <anchor>a6607ab92946184c1ecefba21987b0a83</anchor>
>       <arglist>(struct wl_display *display)</arglist>
>     </member>
>
> and lo and behold this is exactly the function:
>
> http://people.freedesktop.org/~whot/wayland-doxygen/wayland/Client/wayland-client-core_8h.html#a6607ab92946184c1ecefba21987b0a83
>
> So the question now is mostly: what exactly do we want to do with this
> information? :)
>

One idea: have the doxygen->docbook converter read this file and replace
all the doxygen links and tags with new ones that are predictable. Then the
direct docbook source could link to the predictable names.
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to