]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Minor doxygen fixes.
authorAndre Noll <maan@systemlinux.org>
Fri, 5 Mar 2010 08:18:49 +0000 (09:18 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 5 Mar 2010 08:18:49 +0000 (09:18 +0100)
Fixes

net.c:279: Warning: Found unknown command `\opt'
net.h:104: Warning: argument 'l3type' of command @param is not found in the argument list of makesock...

net.c

diff --git a/net.c b/net.c
index b44d1d3e5d3a2012b1dfe135ddeec74d10b0fe58..b9729b6988f894a3e346a591b477ed0fb9012149 100644 (file)
--- a/net.c
+++ b/net.c
@@ -279,7 +279,7 @@ struct flowopts *flowopt_new(void)
  * Append new socket option to flowopt queue.
  *
  * \param fo   The flowopt queue to append to.
- * \param lev  Level at which \opt resides.
+ * \param lev  Level at which \opt resides.
  * \param opt  New option to add.
  * \param name Stringified name of \a opt.
  * \param val  The value to set \a opt to.
@@ -351,7 +351,6 @@ static void flowopt_cleanup(struct flowopts *fo)
 /**
  * Resolve IPv4/IPv6 address and create a ready-to-use active or passive socket.
  *
- * \param l3type The layer-3 type (\p AF_INET, \p AF_INET6, \p AF_UNSPEC).
  * \param l4type The layer-4 type (\p IPPROTO_xxx).
  * \param passive Whether this is a passive (1) or active (0) socket.
  * \param host Remote or local hostname or IPv/6 address string.