doxygen: make doxygen scan necessary tagmanager files

tm_tag.h and tm_parser.h contain documented symbols so doxygen shall process
them.
This commit is contained in:
Thomas Martitz 2016-06-27 23:01:42 +02:00
parent 989af29bb1
commit cef4751fa4
2 changed files with 4 additions and 1 deletions

View File

@ -794,6 +794,7 @@ INPUT = @top_srcdir@/src/ \
@top_srcdir@/tagmanager/src/tm_source_file.h \ @top_srcdir@/tagmanager/src/tm_source_file.h \
@top_srcdir@/tagmanager/src/tm_workspace.c \ @top_srcdir@/tagmanager/src/tm_workspace.c \
@top_srcdir@/tagmanager/src/tm_workspace.h \ @top_srcdir@/tagmanager/src/tm_workspace.h \
@top_srcdir@/tagmanager/src/tm_tag.h \
@top_srcdir@/tagmanager/src/tm_parser.h @top_srcdir@/tagmanager/src/tm_parser.h
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files

View File

@ -97,7 +97,9 @@ doxygen_sources = \
$(top_srcdir)/src/*.[ch] \ $(top_srcdir)/src/*.[ch] \
$(top_srcdir)/plugins/geanyplugin.h \ $(top_srcdir)/plugins/geanyplugin.h \
$(top_srcdir)/tagmanager/src/tm_source_file.[ch] \ $(top_srcdir)/tagmanager/src/tm_source_file.[ch] \
$(top_srcdir)/tagmanager/src/tm_workspace.[ch] $(top_srcdir)/tagmanager/src/tm_workspace.[ch] \
$(top_srcdir)/tagmanager/src/tm_tag.h \
$(top_srcdir)/tagmanager/src/tm_parser.h
Doxyfile.stamp: Doxyfile $(doxygen_sources) Doxyfile.stamp: Doxyfile $(doxygen_sources)
$(AM_V_GEN)$(DOXYGEN) Doxyfile && echo "" > $@ $(AM_V_GEN)$(DOXYGEN) Doxyfile && echo "" > $@