Update copyright dates
[src/app-framework-binder.git] / include / afb / afb-req-x2-itf.h
index 9de7a21..fa10929 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,6 +29,9 @@ struct afb_event_x2;
 struct afb_api_x3;
 struct afb_stored_req;
 
+/** @addtogroup AFB_REQ
+ *  @{ */
+
 /**
  * structure for the request
  */
@@ -62,15 +65,16 @@ struct afb_req_x2
 };
 
 /**
- * subcall modes
+ * subcall flags
  *
  * When making subcalls, it is now possible to explicitely set the subcall
- * mode to a combination of the following mode using binary OR.
+ * mode to a combination of the following flags using binary OR.
  *
- * In particular, the following combination of modes are to be known:
+ * In particular, the following combination of flags are to be known:
  *
  *  - for **subcall** having a similar behaviour to the subcalls of bindings
  *    version 1 and 2: afb_req_x2_subcall_pass_events|afb_req_x2_subcall_on_behalf
+ * 
  *  - for **subcall** having the behaviour of the **call**:
  *    afb_req_x2_subcall_catch_events|afb_req_x2_subcall_api_session
  *
@@ -304,3 +308,5 @@ struct afb_req_x2_itf
                        char **info);
 };
 
+
+/** @} */