master
Jiří Techet 2016-10-14 23:28:30 +02:00
parent f82218ab07
commit 29d801aa7b
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ static const char *renderFieldInherits (const tagEntryInfo *const tag, const cha
static const char *renderFieldTyperef (const tagEntryInfo *const tag, const char *value CTAGS_ATTR_UNUSED, vString* b)
{
return ""; /*renderEscapedName (WITH_DEFUALT_VALUE (tag->extensionFields.typeRef [1]), tag, b); */
return renderEscapedName (WITH_DEFUALT_VALUE (tag->extensionFields.typeRef [1]), tag, b);
}