phpdoc-parser
phpdoc-parser copied to clipboard
Link functions to phpxref
Would be nice to make some links to either phpxref or the source in trac so you can see these functions in context.
We'll probably handle this with the theme -- at least, core-specific usage.
We can introduce for-convenience template tag in Parser. Like provide or configure printf template for source link and it will put the version and lines in. Just thinking aloud.
In any case, xref is currently broken, so this should be low priority.
That said, could link to Trac:
parser_source_link( 'https://core.trac.wordpress.org/browser/trunk/src/%1$s#L%2$s' );