Pelzini

This is the code documentation for the Pelzini project

function process_inline_delink()

Replaces the content of a @link or @see tag with the plain text version of the link
The content is defines as the part after @link or @see, up to the closing curly bracket

Usage

string process_inline_delink ( array $matches );

Authors

Arguments

  1. array $matches
    Matches produced by a preg_* function

Return value

  • string
    The plain text version of a link