documentation of p3GroupDistrib, p3Channels, and CacheStrapper

give a hand at 
http://retroshare.sourceforge.net/wiki/index.php/API_Documentation


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3279 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-07-10 16:02:04 +00:00
parent 1787e50b94
commit a25dbf7358
4 changed files with 599 additions and 310 deletions

View file

@ -37,7 +37,7 @@
//! Channels is a distributed 'feed' service
/*!
* Implementations of rschannels interface
* @see rsChannels for definition of implemented interface
* @see RsChannels for definition of implemented interface
*/
class p3Channels: public p3GroupDistrib, public RsChannels
{