Kaydet (Commit) 470d99ee authored tarafından Jiří Techet's avatar Jiří Techet

Update various comments mentioning tagmanager/src

üst 03becc77
......@@ -650,7 +650,7 @@ Method
* Add foo.c to SRCS in Makefile.am.
* Add foo.o to OBJS in makefile.win32.
* Add Foo to parsers.h
* Add TM_PARSER_FOO to tagmanager/src/tm_parser.h. The list here must follow
* Add TM_PARSER_FOO to src/tagmanager/tm_parser.h. The list here must follow
exactly the order in parsers.h.
In tagmanager/src/tm_parsers.c:
......
......@@ -14,7 +14,7 @@
#define _PARSERS_H
/* Add the name of any new parser definition function here */
/* keep tagmanager/src/tm_parser.h in sync */
/* keep src/tagmanager/tm_parser.h in sync */
#define PARSER_LIST \
CParser, \
CppParser, \
......
......@@ -18,13 +18,13 @@ import re
UPSTREAM_TAG_DEFINITION = 'http://doc.php.net/downloads/json/php_manual_en.json'
PROTOTYPE_RE = r'^(?P<return_type>.*) {tag_name}(?P<arg_list>\(.*\))$'
# (from tagmanager/src/tm_tag.c:90)
# (from src/tagmanager/tm_tag.c:90)
TA_NAME = 200
TA_TYPE = 204
TA_ARGLIST = 205
TA_SCOPE = 206
TA_VARTYPE = 207
# TMTagType (tagmanager/src/tm_tag.h:49)
# TMTagType (src/tagmanager/tm_tag.h:49)
TYPE_CLASS = 1
TYPE_FUNCTION = 16
TYPE_MEMBER = 64
......
......@@ -142,7 +142,7 @@ typedef struct GeanyFiletype
{
GeanyFiletypeID id; /**< Index in @ref filetypes. */
/* Represents the TMParserType of tagmanager (see the table
* in tagmanager/src/tm_parser.h). */
* in src/tagmanager/tm_parser.h). */
TMParserType lang;
/** Untranslated short name, such as "C", "None".
* Must not be translated as it's used for hash table lookups - use
......
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