Branch: refs/heads/document-messages Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Wed, 06 Jun 2012 14:19:34 Commit: 6f0d015ed2eed5563d02d7824a098256e9874bb9 https://github.com/geany/geany/commit/6f0d015ed2eed5563d02d7824a098256e9874b...
Log Message: ----------- Fix documentation using old directory tagmanager/include
Modified Paths: -------------- doc/Doxyfile.in src/plugindata.h
Modified: doc/Doxyfile.in 6 files changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -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 \
Modified: src/plugindata.h 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -265,7 +265,7 @@ 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 */
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).