Wednesday, March 9, 2011, 3:42:56 PM, you wrote:

> More items to the wish list:

> * Convert [TS-(\d+)] into a link to 
> https://issues.apache.org/jira/browse/TS-$1

Do we want to always do that, or have a notation saying "link it"? E.g., 
$TS-700$ instead of just TS-700. I prefer the former because if the later turns 
out to be a problem, it's very hard to work around. Remember the stars.

> * Add some mechanism to link to Doxygen. Right now all links to doxygen are 
> marked as
>   [TSFooBar](/link/to/doxygen)

I will take charge of that, I need it for another client project anyway. One 
aspect of this is that I will almost certainly implement something that 
supports the notation noted above, so we can leverage that with little cost. My 
view on Doxygen linkage is something on the order of  $api 
"ts::Configuration::load"$ which creates a link to the Doxygen for that name. I 
already have the code base to set this up (WikiVars) and it's easy to extend 
later as desired.

Reply via email to