diff options
author | Florian Dold <florian.dold@gmail.com> | 2013-06-26 10:16:15 +0000 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2013-06-26 10:16:15 +0000 |
commit | d7c207b7ac1e1a068db375e8b16092fe5f4be7e4 (patch) | |
tree | 8ee60630ee9a3c314b092f4d84fa89d2a3fd7a2f /src | |
parent | 5caf3d1b6891cbe779d9cf824b151d107edc2655 (diff) |
doxygen
Diffstat (limited to 'src')
-rw-r--r-- | src/set/gnunet-service-set.h | 1 | ||||
-rw-r--r-- | src/set/gnunet-service-set_union.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h index 574b343d6c..712526fa5f 100644 --- a/src/set/gnunet-service-set.h +++ b/src/set/gnunet-service-set.h @@ -280,7 +280,6 @@ _GSS_union_set_create (void); * * @param spec specification of the operation the evaluate * @param tunnel tunnel already connected to the partner peer - * @param set the set to evaluate the operation with * @return a handle to the operation */ struct UnionEvaluateOperation * diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c index f9756bd5ba..46b6c2d73b 100644 --- a/src/set/gnunet-service-set_union.c +++ b/src/set/gnunet-service-set_union.c @@ -1129,7 +1129,6 @@ handle_p2p_done (void *cls, const struct GNUNET_MessageHeader *mh) * * @param spec specification of the operation the evaluate * @param tunnel tunnel already connected to the partner peer - * @param set the set to evaluate the operation with * @return a handle to the operation */ struct UnionEvaluateOperation * |