Re: [PATCH wayland 4/5] man: Add man pages for event dispatch client functions

2012-12-03 Thread Tiago Vignatti
On 12/03/2012 11:23 AM, Jonas Ådahl wrote: On Mon, Dec 3, 2012 at 2:06 PM, Tiago Vignatti wrote: We have every entry-point documented on the code now, using doxygen style, with all classes referenced and so on. So, something we discussed before was to automate most of the man-page contents base

Re: [PATCH wayland 4/5] man: Add man pages for event dispatch client functions

2012-12-03 Thread Jonas Ådahl
On Mon, Dec 3, 2012 at 2:06 PM, Tiago Vignatti wrote: > We have every entry-point documented on the code now, using doxygen style, > with all classes referenced and so on. So, something we discussed before was > to automate most of the man-page contents based on the doxygen output. I > mean, this

Re: [PATCH wayland 4/5] man: Add man pages for event dispatch client functions

2012-12-03 Thread Tiago Vignatti
We have every entry-point documented on the code now, using doxygen style, with all classes referenced and so on. So, something we discussed before was to automate most of the man-page contents based on the doxygen output. I mean, this patch is nice, but have you thought about automating the ma

[PATCH wayland 4/5] man: Add man pages for event dispatch client functions

2012-12-01 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- doc/man/Makefile.am | 12 +++- doc/man/wl_display_dispatch.xml | 128 +++ 2 files changed, 138 insertions(+), 2 deletions(-) create mode 100644 doc/man/wl_display_dispatch.xml diff --git a/doc/man/Makefile.am b/do