From 875f089b07407d81ee12cb286b836ceb7ad89846 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 26 Jun 2012 16:42:34 +0200 Subject: [PATCH] doc: Update a comment --- doc/reference/librygel-core/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/reference/librygel-core/Makefile.am b/doc/reference/librygel-core/Makefile.am index 0c946e7..d6eafad 100644 --- a/doc/reference/librygel-core/Makefile.am +++ b/doc/reference/librygel-core/Makefile.am @@ -3,9 +3,8 @@ if ENABLE_VALADOC include $(top_srcdir)/common.am include $(top_srcdir)/src/librygel-core/filelist.am -# TODO: Generate API documentation for LIBRYGEL_CORE_VAPI_SOURCE_FILES, -# without generating it for the LIBRYGEL_CORE_NONVAPI_SOURCE_FILES files -# that are also needed by valadoc. +# Note that LIBRYGEL_CORE_NONVAPI_SOURCE_FILES all (should) use the internal keyword +# so they are not shown as part of the public API. VALA_SOURCE_FILES = $(LIBRYGEL_CORE_VAPI_SOURCE_FILES) \ $(LIBRYGEL_CORE_NONVAPI_SOURCE_FILES) -- 2.7.4