Update paths for doxygen
This commit is contained in:
parent
eb2865a819
commit
03becc7789
@ -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
|
||||
|
@ -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 "" > $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user