mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
doc: Remove wayland-util.c from file list
Documentation generation via doxygen includes wayland-util.c in its file list. Although functions are documented in wayland-util.h, doxygen is not automatically using the same documentation for functions in wayland-util.c. In addition, everything listed in the doxygen page for wayland-util.c is documented in the page for wayland-util.h and the pages for corresponding structures. As such, the doxygen page for wayland-util.c has no value, and is redundant. Remove the doxygen page for wayland-util.c. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
20742b7449
commit
deb370cc8f
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ noinst_DATA = \
|
|||
dist_noinst_DATA = wayland.doxygen.in
|
||||
|
||||
scanned_src_files_shared = \
|
||||
$(top_srcdir)/src/wayland-util.c \
|
||||
$(top_srcdir)/src/wayland-util.h
|
||||
|
||||
scanned_src_files_Client = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue