On Sep 13, 2013, at 10:48 PM, jpe...@apache.org wrote:

>   tsapi void TSContDataSet(TSCont contp, void* data);
>   tsapi void* TSContDataGet(TSCont contp);
>   tsapi TSAction TSContSchedule(TSCont contp, TSHRTime timeout, TSThreadPool 
> tp);
> -  tsapi TSAction TSContScheduleEvery(TSCont contp, TSHRTime every, 
> TSThreadPool tp);
> +  tsapi TSAction TSContScheduleEvery(TSCont contp, TSHRTime every /* 
> millisecs */, TSThreadPool tp);
>   


Wouldn't it be better to put such comments in a Doxygen section above? We 
(sometimes ...) do that for the APIs in ts/ts.h.

Also, is the Sphinx docs correct for these APIs ? 

-- Leif

Reply via email to