[PATCH 2/4] doc: Shut off second set of warnings from generating the man pages
Bill Spitzak
spitzak at gmail.com
Wed Dec 3 12:27:54 PST 2014
On 12/02/2014 07:47 PM, Peter Hutterer wrote:
> 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?
Yes it would, but I thought it would be nicer to not print the warnings
twice.
More information about the wayland-devel
mailing list