summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSven Neumann <sven@svenfoo.org>2020-09-29 16:47:46 +0200
committerSven Neumann <sven@svenfoo.org>2020-09-29 18:08:50 +0200
commit8626fbcea169f5c70d7a622f1144204ca0857768 (patch)
tree19d8292ea92c18c958de0e17b81583ae03a8280b /doc/Makefile.am
parent1f36a160eb7bd168b2274dead1cd681646b9e5de (diff)
downloadlibrsvg-8626fbcea169f5c70d7a622f1144204ca0857768.tar.gz
Move gtk-doc comments from C files to public header files
Now the documentation lives with the declaration, the C files are gone and all code parsing tools are happy. Closes #630 again.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2da00c96..dbc56e3c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -52,17 +52,13 @@ FIXXREF_OPTIONS = \
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB = \
- $(top_srcdir)/librsvg/*.h \
- $(top_builddir)/librsvg/*.h
-
-CFILE_GLOB = \
- $(top_srcdir)/librsvg/*.c
+HFILE_GLOB = $(top_srcdir)/librsvg/*.h
+CFILE_GLOB =
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
# EXTRA_HFILES = $(top_builddir)/evdocument/ev-version.h
-EXTRA_HFILES =
+EXTRA_HFILES = $(top_builddir)/librsvg/rsvg-version.h
# Header files to ignore when scanning. Use base file name, no paths
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h