aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control/stroke_interface.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-04-11 07:20:39 +0000
committerMartin Willi <martin@strongswan.org>2007-04-11 07:20:39 +0000
commit3b138b84222abd682d249cccbe2a69b4b12ff4c7 (patch)
tree20ad2b820f90929a1989095e7f943008ac347e0c /src/charon/control/stroke_interface.h
parent2ed8cee162a32c8e781472e7190e109866972cae (diff)
downloadstrongswan-3b138b84222abd682d249cccbe2a69b4b12ff4c7.tar.bz2
strongswan-3b138b84222abd682d249cccbe2a69b4b12ff4c7.tar.xz
cleaned up apidoc
added some comments removed configuration.[ch], as it does not make sense like it is
Diffstat (limited to 'src/charon/control/stroke_interface.h')
-rw-r--r--src/charon/control/stroke_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/control/stroke_interface.h b/src/charon/control/stroke_interface.h
index 8ba81ad70..7fab28fec 100644
--- a/src/charon/control/stroke_interface.h
+++ b/src/charon/control/stroke_interface.h
@@ -39,7 +39,7 @@ typedef struct stroke_t stroke_t;
* @b Constructors:
* - stroke_create()
*
- * @ingroup threads
+ * @ingroup control
*/
struct stroke_t {
@@ -58,7 +58,7 @@ struct stroke_t {
* @param backend backend to store received configurations
* @return stroke_t object
*
- * @ingroup threads
+ * @ingroup control
*/
stroke_t *stroke_create(local_backend_t *backend);