Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 21 Jul 2016 11:14:21 UTC Commit: 03becc77894bf4e3c2ac357bdf3d07f5e16a97c4 https://github.com/geany/geany/commit/03becc77894bf4e3c2ac357bdf3d07f5e16a97...
Log Message: ----------- Update paths for doxygen
Modified Paths: -------------- doc/Doxyfile.in doc/Makefile.am
Modified: doc/Doxyfile.in 12 lines changed, 6 insertions(+), 6 deletions(-) =================================================================== @@ -794,12 +794,12 @@ INPUT = @top_srcdir@/src/ \ @top_srcdir@/doc/stash-example.c \ @top_srcdir@/doc/stash-gui-example.c \ @top_srcdir@/plugins/geanyplugin.h \ - @top_srcdir@/tagmanager/src/tm_source_file.c \ - @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 + @top_srcdir@/src/tagmanager/tm_source_file.c \ + @top_srcdir@/src/tagmanager/tm_source_file.h \ + @top_srcdir@/src/tagmanager/tm_workspace.c \ + @top_srcdir@/src/tagmanager/tm_workspace.h \ + @top_srcdir@/src/tagmanager/tm_tag.h \ + @top_srcdir@/src/tagmanager/tm_parser.h
# This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Modified: doc/Makefile.am 8 lines changed, 4 insertions(+), 4 deletions(-) =================================================================== @@ -99,10 +99,10 @@ doxygen_dependencies = \ $(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_tag.h \ - $(top_srcdir)/tagmanager/src/tm_parser.h + $(top_srcdir)/src/tagmanager/tm_source_file.[ch] \ + $(top_srcdir)/src/tagmanager/tm_workspace.[ch] \ + $(top_srcdir)/src/tagmanager/tm_tag.h \ + $(top_srcdir)/src/tagmanager/tm_parser.h
Doxyfile.stamp: Doxyfile $(doxygen_dependencies) $(AM_V_GEN)$(DOXYGEN) Doxyfile && echo "" > $@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).