aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/fsm.h')
-rw-r--r--include/osmocom/core/fsm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/osmocom/core/fsm.h b/include/osmocom/core/fsm.h
index fb182f35..2fbb2501 100644
--- a/include/osmocom/core/fsm.h
+++ b/include/osmocom/core/fsm.h
@@ -1,3 +1,7 @@
+/*! \file fsm.h
+ * Finite State Machine
+ */
+
#pragma once
#include <stdint.h>
@@ -9,11 +13,7 @@
/*! \defgroup fsm Finite State Machine abstraction
* @{
- */
-
-/*! \file fsm.h
- * Finite State Machine
- */
+ * \file fsm.h */
struct osmo_fsm_inst;