Branch: refs/heads/master Author: Thomas Martitz kugel@rockbox.org Committer: Thomas Martitz kugel@rockbox.org Date: Tue, 28 Jun 2016 20:52:40 UTC Commit: cef4751fa4e6f4770770c5e20a55a11feb42ded2 https://github.com/geany/geany/commit/cef4751fa4e6f4770770c5e20a55a11feb42de...
Log Message: ----------- doxygen: make doxygen scan necessary tagmanager files
tm_tag.h and tm_parser.h contain documented symbols so doxygen shall process them.
Modified Paths: -------------- doc/Doxyfile.in doc/Makefile.am
Modified: doc/Doxyfile.in 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -794,6 +794,7 @@ INPUT = @top_srcdir@/src/ \ @top_srcdir@/tagmanager/src/tm_source_file.h \ @top_srcdir@/tagmanager/src/tm_workspace.c \ @top_srcdir@/tagmanager/src/tm_workspace.h \ + @top_srcdir@/tagmanager/src/tm_tag.h \ @top_srcdir@/tagmanager/src/tm_parser.h
# This tag can be used to specify the character encoding of the source files
Modified: doc/Makefile.am 4 lines changed, 3 insertions(+), 1 deletions(-) =================================================================== @@ -97,7 +97,9 @@ doxygen_sources = \ $(top_srcdir)/src/*.[ch] \ $(top_srcdir)/plugins/geanyplugin.h \ $(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) $(AM_V_GEN)$(DOXYGEN) Doxyfile && echo "" > $@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).