Updates to documentation

Switch polling mechanism back to the non-debug version
This commit is contained in:
Mark Riddoch
2013-06-27 13:09:21 +02:00
parent cfe01d0940
commit 2ffe34d6d2
5 changed files with 21 additions and 3 deletions

View File

@ -101,6 +101,7 @@ GetModuleObject()
* within the gateway.
*
* @param service The service this router is being create for
* @param options Any array of options for the query router
*
* @return The instance data for this new instance
*/

View File

@ -166,7 +166,8 @@ static struct {
* Convert a string argument to a numeric, observing prefixes
* for number bases, e.g. 0x for hex, 0 for octal
*
* @param arg The string representation of the argument
* @param arg The string representation of the argument
* @param arg_type The target type for the argument
* @return The argument as a long integer
*/
static unsigned long

View File

@ -121,6 +121,7 @@ GetModuleObject()
* within the gateway.
*
* @param service The service this router is being create for
* @param options An array of options for this query router
*
* @return The instance data for this new instance
*/

View File

@ -69,6 +69,7 @@ GetModuleObject()
* within the gateway.
*
* @param service The service this router is being create for
* @param options The options for this query router
*
* @return The instance data for this new instance
*/