diff options
author | Yong Bakos <ybakos@humanoriented.com> | 2016-11-25 10:48:36 -0800 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2016-11-28 11:25:08 +0000 |
commit | deb370cc8f834aa93c294b70f2e944dafd692031 (patch) | |
tree | 7fee5b54e1b7ec8743972d02c8a75b9f6afe4a2d | |
parent | 20742b74490bd80ef62b888157df37af92a21e99 (diff) |
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>
-rw-r--r-- | doc/doxygen/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index c377353..276a395 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -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 = \ |