Re: [PATCH 1/4] doc: generate man pages from doxygen

2013-04-02 Thread Daniel Stone
Hi, On 2 April 2013 02:08, Peter Hutterer wrote: > Create client-side and server-side man pages from doxygen. The doxygen > config options are virtually the same as for the XML output, but we do pass > in the specific options via stdin. > > WL_EXPORT is predefined to the empty string, it makes th

[PATCH 1/4] doc: generate man pages from doxygen

2013-04-01 Thread Peter Hutterer
Create client-side and server-side man pages from doxygen. The doxygen config options are virtually the same as for the XML output, but we do pass in the specific options via stdin. WL_EXPORT is predefined to the empty string, it makes the man page look confusing and provides no value here anyway.