Kaydet (Commit) 6f0d015e authored tarafından Nick Treleaven's avatar Nick Treleaven

Fix documentation using old directory tagmanager/include

üst 05e5f756
......@@ -96,9 +96,9 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
INPUT = ../src/ ./ \
../plugins/geanyplugin.h ../plugins/geanyfunctions.h \
../tagmanager/tm_source_file.c ../tagmanager/include/tm_source_file.h \
../tagmanager/tm_work_object.c ../tagmanager/include/tm_work_object.h \
../tagmanager/tm_workspace.c ../tagmanager/include/tm_workspace.h
../tagmanager/src/tm_source_file.c ../tagmanager/src/tm_source_file.h \
../tagmanager/src/tm_work_object.c ../tagmanager/src/tm_work_object.h \
../tagmanager/src/tm_workspace.c ../tagmanager/src/tm_workspace.h
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cc \
......
......@@ -265,7 +265,7 @@ typedef struct GeanyFunctions
struct MsgWinFuncs *p_msgwindow;
struct EncodingFuncs *p_encodings; /**< See encodings.h */
struct KeybindingFuncs *p_keybindings; /**< See keybindings.h */
struct TagManagerFuncs *p_tm; /**< See tagmanager/include */
struct TagManagerFuncs *p_tm; /**< See tagmanager/src */
struct SearchFuncs *p_search; /**< See search.h */
struct HighlightingFuncs *p_highlighting; /**< See highlighting.h */
struct FiletypeFuncs *p_filetypes; /**< See filetypes.h */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment