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
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
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
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