diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-08 22:59:43 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | 966a1cd8e6bea71ebadc20a38b1d46482d5cff2a (patch) | |
tree | abfefe90dd242bef8fcd2039cab4074b818230cf /src/utils/signals.hpp | |
parent | 1ed2a620b5ac6272de01be7f1830715f7f0d280d (diff) |
Fix all doxygen comments about parameters.
Change-Id: Idbe268d07ebf53a63c9543d9cca94ded34a29731
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/utils/signals.hpp')
-rw-r--r-- | src/utils/signals.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/signals.hpp b/src/utils/signals.hpp index cee5505d..ed9de83f 100644 --- a/src/utils/signals.hpp +++ b/src/utils/signals.hpp @@ -34,7 +34,7 @@ std::mutex& get_subscribed_signals_mutex(); /** * @brief return the subscribed_signals map. * - * return std::map<std::string, struct afb_event> - map of subscribed signals. + * return Map of subscribed signals. */ extern std::map<std::string, struct afb_event> subscribed_signals; std::map<std::string, struct afb_event>& get_subscribed_signals(); |