[hipl-commit] [trunk] Rev 4282: @parameter is not a Doxygen command, @param is.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 14 Apr 2010 19:54:19 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 14/04/2010 at 19:54:19
Revision: 4282
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  @parameter is not a Doxygen command, @param is.

Modified:
  M  hipd/registration.c

=== modified file 'hipd/registration.c'
--- hipd/registration.c 2010-04-09 16:24:44 +0000
+++ hipd/registration.c 2010-04-14 16:46:51 +0000
@@ -800,7 +800,7 @@
  * the server has granted us the services we requested and
  * hip_add_registration_client() is called.
  *
- * @parameter entry a pointer to a host association which is registering.
+ * @param     entry a pointer to a host association which is registering.
  * @param     msg   a pointer to HIP message from where to dig out the
  *                  REG_RESPONSE parameter.
  * @return          -1 if the message @c msg did not contain a
@@ -846,7 +846,7 @@
  * contents of the current REG_FAILED parameter. The function first cancels the
  * 'request' bit and then removes the corresponding pending request.
  *
- * @parameter entry a pointer to a host association which is registering.
+ * @param  entry    a pointer to a host association which is registering.
  * @param  msg      a pointer to HIP message from where to dig out the
  *                  REG_FAILED parameters.
  * @return          -1 if the message @c msg did not contain a REG_FAILED

Other related posts:

  • » [hipl-commit] [trunk] Rev 4282: @parameter is not a Doxygen command, @param is. - Diego Biurrun