[PATCH 2/4] doc: Shut off second set of warnings from generating the man pages
Peter Hutterer
peter.hutterer at who-t.net
Tue Dec 2 19:47:02 PST 2014
On Tue, Dec 02, 2014 at 06:29:34PM -0800, Bill Spitzak wrote:
> These warnings are a duplicate of the first set
> ---
> doc/doxygen/Makefile.am | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am
> index 83622af..fe6f300 100644
> --- a/doc/doxygen/Makefile.am
> +++ b/doc/doxygen/Makefile.am
> @@ -42,6 +42,7 @@ man/man3/wl_display.3: $(scanned_src_files_client) $(scanned_src_files_server)
> echo "GENERATE_MAN=YES"; \
> echo "MAN_OUTPUT=man"; \
> echo "JAVADOC_AUTOBRIEF=NO"; \
> + echo "WARN_IF_UNDOCUMENTED=NO"; \
> echo "INPUT= $^"; \
> ) | doxygen -
wouldn't it be better to document all bits rather than silencing the
warnings?
Cheers,
Peter
More information about the wayland-devel
mailing list