Lines Matching full:shortname
743 def javadoc_link_filter(target, shortname):744 return '{@link %s %s}' % (target, shortname)992 shortname = match.group(2).strip()994 #print "Found link '%s' as '%s' -> '%s'" % (target, shortname, filter_function(target, shortname))998 return filter_function(target, shortname)