fix compilation problem

fix documentation.
This commit is contained in:
Simon Morlat 2009-06-30 13:03:58 +02:00
parent dac1a20373
commit 1cdba58948

View file

@ -125,7 +125,9 @@ int ms_ticker_detach(MSTicker *ticker,MSFilter *f);
void ms_ticker_destroy(MSTicker *ticker);
/**
* Destroy a ticker.
* Override MSTicker's time function.
* This can be used to control the ticker from an external time provider, for example the
* clock of a sound card.
*
* @param ticker A #MSTicker object.
* @param func A replacement method for calculating "current time"