]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update dyndb_init inline documentationi [RT #43050]
authorMark Andrews <marka@isc.org>
Wed, 17 Aug 2016 04:11:57 +0000 (14:11 +1000)
committerMark Andrews <marka@isc.org>
Wed, 17 Aug 2016 04:11:57 +0000 (14:11 +1000)
bin/tests/system/dyndb/driver/driver.c

index 317c8147820b9724488f69ddd0bcbca5a56a7979..785c6a8d7fcc5e7246b7ab2a04a66325abfee03f 100644 (file)
@@ -45,17 +45,14 @@ dns_dyndb_version_t dyndb_version;
  * dyndb example-name "sample.so" { param1 param2 };
  * @endcode
  *
- * @param[in] name User-defined string from dyndb "name" {}; definition
- *                 in named.conf.
- *                 The example above will have name = "example-name".
- * @param[in] argc Number of arg parameters
- *                 definition. The example above will have
- *                 argc = 2;
- * @param[in] argv User-defined strings from arg parameters in dyndb
- *                 definition. The example above will have
- *                 argv[0] = "param1";
- *                 argv[1] = "param2";
- * @param[out] instp Pointer to instance-specific data (for one dyndb section).
+ * @param[in] name        User-defined string from dyndb "name" {}; definition
+ *                        in named.conf.
+ *                        The example above will have name = "example-name".
+ * @param[in] parameters  User-defined parameters from dyndb section as one
+ *                        string. The example above will have
+ *                        params = "param1 param2";
+ * @param[out] instp      Pointer to instance-specific data
+ *                        (for one dyndb section).
  */
 isc_result_t
 dyndb_init(isc_mem_t *mctx, const char *name, const char *parameters,