I just glanced at your patch: instead of using switch
($VARIABLE_DOC_LINKS[$name][1/2]), use an array - it should be faster
and is more concise.
--
Piotr Przybylski
Thanks for the suggestion Piotr. I made the necessary changes.
$VARIABLE_DOC_LINKS changed to $VARIABLE_DOC_LINKS[$name]=array(string $anchor, string $group, string $type)
download 01-Server-variable-documentation-link.patch to test
Samiran Raj Boro