Pelzini

This is the code documentation for the Pelzini project

function process_inline_link()

Replaces the content of a @link or @see tag with its actual link.
The content is defines as the part after @link or @see, up to the closing curly bracket

Usage

string process_inline_link ( array $matches );

Authors

Arguments

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

Return value

  • string
    HTML for the link to the item, or plain text if no link could be found