aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-04-18 21:53:23 +0200
committerSylvain Munaut <tnt@246tNt.com>2012-04-18 21:53:23 +0200
commitdca7d2caaafd7d13d8c97e56330deea839ceda56 (patch)
tree69feb2702f8b139a9e52e64073fa3cedb7343622
parentbc32d051bf408cdf3fb5d502353bd005a599e40b (diff)
doc: Fix the Doxygen section endings
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--include/osmocom/core/bits.h2
-rw-r--r--include/osmocom/core/bitvec.h2
-rw-r--r--include/osmocom/core/conv.h2
-rw-r--r--include/osmocom/core/crcXXgen.h.tpl2
-rw-r--r--include/osmocom/core/crcgen.h2
-rw-r--r--include/osmocom/core/logging.h2
-rw-r--r--include/osmocom/core/msgb.h2
-rw-r--r--include/osmocom/core/rate_ctr.h2
-rw-r--r--include/osmocom/core/select.h2
-rw-r--r--include/osmocom/core/serial.h2
-rw-r--r--include/osmocom/core/signal.h2
-rw-r--r--include/osmocom/core/socket.h2
-rw-r--r--include/osmocom/core/timer.h2
-rw-r--r--include/osmocom/core/timer_compat.h2
-rw-r--r--include/osmocom/core/utils.h2
-rw-r--r--include/osmocom/core/write_queue.h2
-rw-r--r--include/osmocom/gsm/a5.h2
-rw-r--r--include/osmocom/gsm/abis_nm.h2
-rw-r--r--include/osmocom/gsm/lapdm.h2
-rw-r--r--include/osmocom/gsm/protocol/gsm_08_58.h2
-rw-r--r--include/osmocom/gsm/protocol/gsm_12_21.h2
-rw-r--r--include/osmocom/gsm/rsl.h2
-rw-r--r--include/osmocom/gsm/tlv.h2
-rw-r--r--include/osmocom/vty/command.h2
-rw-r--r--include/osmocom/vty/telnet_interface.h2
-rw-r--r--include/osmocom/vty/vty.h2
-rw-r--r--src/bits.c2
-rw-r--r--src/bitvec.c2
-rw-r--r--src/conv.c2
-rw-r--r--src/crcXXgen.c.tpl2
-rw-r--r--src/gsm/a5.c2
-rw-r--r--src/gsm/abis_nm.c2
-rw-r--r--src/gsm/lapdm.c2
-rw-r--r--src/gsm/rsl.c2
-rw-r--r--src/gsm/tlv_parser.c2
-rw-r--r--src/logging.c2
-rw-r--r--src/logging_syslog.c2
-rw-r--r--src/msgb.c2
-rw-r--r--src/rate_ctr.c2
-rw-r--r--src/select.c2
-rw-r--r--src/serial.c2
-rw-r--r--src/signal.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/timer.c2
-rw-r--r--src/utils.c2
-rw-r--r--src/vty/command.c2
-rw-r--r--src/vty/telnet_interface.c2
-rw-r--r--src/vty/utils.c2
-rw-r--r--src/vty/vty.c2
-rw-r--r--src/write_queue.c2
50 files changed, 50 insertions, 50 deletions
diff --git a/include/osmocom/core/bits.h b/include/osmocom/core/bits.h
index b541b9ce..4c685321 100644
--- a/include/osmocom/core/bits.h
+++ b/include/osmocom/core/bits.h
@@ -73,6 +73,6 @@ uint32_t osmo_revbytebits_8(uint8_t x);
/* \brief reverse the bits of each byte in a given buffer */
void osmo_revbytebits_buf(uint8_t *buf, int len);
-/*! }@ */
+/*! @} */
#endif /* _OSMO_BITS_H */
diff --git a/include/osmocom/core/bitvec.h b/include/osmocom/core/bitvec.h
index c2422e6d..9c000d02 100644
--- a/include/osmocom/core/bitvec.h
+++ b/include/osmocom/core/bitvec.h
@@ -65,6 +65,6 @@ int bitvec_get_uint(struct bitvec *bv, int num_bits);
int bitvec_find_bit_pos(const struct bitvec *bv, unsigned int n, enum bit_value val);
int bitvec_spare_padding(struct bitvec *bv, unsigned int up_to_bit);
-/*! }@ */
+/*! @} */
#endif /* _BITVEC_H */
diff --git a/include/osmocom/core/conv.h b/include/osmocom/core/conv.h
index e76a5c61..e5b2a975 100644
--- a/include/osmocom/core/conv.h
+++ b/include/osmocom/core/conv.h
@@ -141,6 +141,6 @@ int osmo_conv_decode(const struct osmo_conv_code *code,
const sbit_t *input, ubit_t *output);
-/*! }@ */
+/*! @} */
#endif /* __OSMO_CONV_H__ */
diff --git a/include/osmocom/core/crcXXgen.h.tpl b/include/osmocom/core/crcXXgen.h.tpl
index b411276e..89d083ae 100644
--- a/include/osmocom/core/crcXXgen.h.tpl
+++ b/include/osmocom/core/crcXXgen.h.tpl
@@ -52,7 +52,7 @@ void osmo_crcXXgen_set_bits(const struct osmo_crcXXgen_code *code,
const ubit_t *in, int len, ubit_t *crc_bits);
-/*! }@ */
+/*! @} */
#endif /* __OSMO_CRCXXGEN_H__ */
diff --git a/include/osmocom/core/crcgen.h b/include/osmocom/core/crcgen.h
index cd916c76..8e208a74 100644
--- a/include/osmocom/core/crcgen.h
+++ b/include/osmocom/core/crcgen.h
@@ -36,6 +36,6 @@
#include <osmocom/core/crc32gen.h>
#include <osmocom/core/crc64gen.h>
-/*! }@ */
+/*! @} */
#endif /* __OSMO_CRCGEN_H__ */
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 043a8509..76be100e 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -206,6 +206,6 @@ const char *log_vty_command_description(const struct log_info *info);
struct log_target *log_target_find(int type, const char *fname);
extern struct llist_head osmo_log_target_list;
-/*! }@ */
+/*! @} */
#endif /* _OSMOCORE_LOGGING_H */
diff --git a/include/osmocom/core/msgb.h b/include/osmocom/core/msgb.h
index e465ec2b..5457a07d 100644
--- a/include/osmocom/core/msgb.h
+++ b/include/osmocom/core/msgb.h
@@ -365,6 +365,6 @@ uint8_t *msgb_data(const struct msgb *msg);
uint16_t msgb_length(const struct msgb *msg);
void msgb_set_talloc_ctx(void *ctx);
-/*! }@ */
+/*! @} */
#endif /* _MSGB_H */
diff --git a/include/osmocom/core/rate_ctr.h b/include/osmocom/core/rate_ctr.h
index c38e5f9b..24577fdf 100644
--- a/include/osmocom/core/rate_ctr.h
+++ b/include/osmocom/core/rate_ctr.h
@@ -84,5 +84,5 @@ int rate_ctr_init(void *tall_ctx);
struct rate_ctr_group *rate_ctr_get_group_by_name_idx(const char *name, const unsigned int idx);
const struct rate_ctr *rate_ctr_get_by_name(const struct rate_ctr_group *ctrg, const char *name);
-/*! }@ */
+/*! @} */
#endif /* RATE_CTR_H */
diff --git a/include/osmocom/core/select.h b/include/osmocom/core/select.h
index 18aad35f..efdd716f 100644
--- a/include/osmocom/core/select.h
+++ b/include/osmocom/core/select.h
@@ -40,6 +40,6 @@ int osmo_fd_register(struct osmo_fd *fd);
void osmo_fd_unregister(struct osmo_fd *fd);
int osmo_select_main(int polling);
-/*! }@ */
+/*! @} */
#endif /* _BSC_SELECT_H */
diff --git a/include/osmocom/core/serial.h b/include/osmocom/core/serial.h
index 73854251..889bd8a1 100644
--- a/include/osmocom/core/serial.h
+++ b/include/osmocom/core/serial.h
@@ -38,6 +38,6 @@ int osmo_serial_set_baudrate(int fd, speed_t baudrate);
int osmo_serial_set_custom_baudrate(int fd, int baudrate);
int osmo_serial_clear_custom_baudrate(int fd);
-/*! }@ */
+/*! @} */
#endif /* __OSMO_SERIAL_H__ */
diff --git a/include/osmocom/core/signal.h b/include/osmocom/core/signal.h
index 07d0e6fb..cd56f687 100644
--- a/include/osmocom/core/signal.h
+++ b/include/osmocom/core/signal.h
@@ -40,6 +40,6 @@ void osmo_signal_unregister_handler(unsigned int subsys, osmo_signal_cbfn *cbfn,
/* Dispatch */
void osmo_signal_dispatch(unsigned int subsys, unsigned int signal, void *signal_data);
-/*! }@ */
+/*! @} */
#endif /* OSMO_SIGNAL_H */
diff --git a/include/osmocom/core/socket.h b/include/osmocom/core/socket.h
index 88214632..f15a03a9 100644
--- a/include/osmocom/core/socket.h
+++ b/include/osmocom/core/socket.h
@@ -30,6 +30,6 @@ int osmo_sock_init_sa(struct sockaddr *ss, uint16_t type,
int osmo_sockaddr_is_local(struct sockaddr *addr, unsigned int addrlen);
-/*! }@ */
+/*! @} */
#endif /* _OSMOCORE_SOCKET_H */
diff --git a/include/osmocom/core/timer.h b/include/osmocom/core/timer.h
index 30f558b4..ecb50017 100644
--- a/include/osmocom/core/timer.h
+++ b/include/osmocom/core/timer.h
@@ -82,6 +82,6 @@ void osmo_timers_prepare(void);
int osmo_timers_update(void);
int osmo_timers_check(void);
-/*! }@ */
+/*! @} */
#endif
diff --git a/include/osmocom/core/timer_compat.h b/include/osmocom/core/timer_compat.h
index 209e84a3..d86c109e 100644
--- a/include/osmocom/core/timer_compat.h
+++ b/include/osmocom/core/timer_compat.h
@@ -74,6 +74,6 @@
#endif
-/*! }@ */
+/*! @} */
#endif /* TIMER_COMPAT_H */
diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h
index f1843d9d..78cf1863 100644
--- a/include/osmocom/core/utils.h
+++ b/include/osmocom/core/utils.h
@@ -51,6 +51,6 @@ do { \
rem -= ret; \
} while (0)
-/*! }@ */
+/*! @} */
#endif
diff --git a/include/osmocom/core/write_queue.h b/include/osmocom/core/write_queue.h
index 8b896d15..816c0364 100644
--- a/include/osmocom/core/write_queue.h
+++ b/include/osmocom/core/write_queue.h
@@ -58,6 +58,6 @@ void osmo_wqueue_clear(struct osmo_wqueue *queue);
int osmo_wqueue_enqueue(struct osmo_wqueue *queue, struct msgb *data);
int osmo_wqueue_bfd_cb(struct osmo_fd *fd, unsigned int what);
-/*! }@ */
+/*! @} */
#endif
diff --git a/include/osmocom/gsm/a5.h b/include/osmocom/gsm/a5.h
index 7e6a17c4..649dbab1 100644
--- a/include/osmocom/gsm/a5.h
+++ b/include/osmocom/gsm/a5.h
@@ -58,6 +58,6 @@ void osmo_a5(int n, const uint8_t *key, uint32_t fn, ubit_t *dl, ubit_t *ul);
void osmo_a5_1(const uint8_t *key, uint32_t fn, ubit_t *dl, ubit_t *ul);
void osmo_a5_2(const uint8_t *key, uint32_t fn, ubit_t *dl, ubit_t *ul);
-/*! }@ */
+/*! @} */
#endif /* __OSMO_A5_H__ */
diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h
index 5b5bff0e..cc017650 100644
--- a/include/osmocom/gsm/abis_nm.h
+++ b/include/osmocom/gsm/abis_nm.h
@@ -35,6 +35,6 @@ void abis_nm_debugp_foh(int ss, struct abis_om_fom_hdr *foh);
int abis_nm_chcomb4pchan(enum gsm_phys_chan_config pchan);
enum abis_nm_chan_comb abis_nm_pchan4chcomb(uint8_t chcomb);
-/*! }@ */
+/*! @} */
#endif /* _OSMO_GSM_ABIS_NM_H */
diff --git a/include/osmocom/gsm/lapdm.h b/include/osmocom/gsm/lapdm.h
index 52e8fc52..571fd460 100644
--- a/include/osmocom/gsm/lapdm.h
+++ b/include/osmocom/gsm/lapdm.h
@@ -157,6 +157,6 @@ void lapdm_channel_set_flags(struct lapdm_channel *lc, unsigned int flags);
int lapdm_phsap_dequeue_prim(struct lapdm_entity *le, struct osmo_phsap_prim *pp);
-/*! }@ */
+/*! @} */
#endif /* _OSMOCOM_LAPDM_H */
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index b6a5dd83..10c201d9 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -556,6 +556,6 @@ enum rsl_mrpci_phase {
RSL_MRPCI_PHASE_2PLUS = 3,
};
-/*! }@ */
+/*! @} */
#endif /* PROTO_GSM_08_58_H */
diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h
index 061dcb63..694df938 100644
--- a/include/osmocom/gsm/protocol/gsm_12_21.h
+++ b/include/osmocom/gsm/protocol/gsm_12_21.h
@@ -743,6 +743,6 @@ enum ipac_bcch_info_type {
IPAC_BINF_CELL_ALLOC = (1 << 2),
};
-/*! }@ */
+/*! @} */
#endif /* PROTO_GSM_12_21_H */
diff --git a/include/osmocom/gsm/rsl.h b/include/osmocom/gsm/rsl.h
index 712d17b1..b8e4157a 100644
--- a/include/osmocom/gsm/rsl.h
+++ b/include/osmocom/gsm/rsl.h
@@ -50,6 +50,6 @@ void rsl_rll_push_l3(struct msgb *msg, uint8_t msg_type, uint8_t chan_nr,
struct msgb *rsl_rll_simple(uint8_t msg_type, uint8_t chan_nr,
uint8_t link_id, int transparent);
-/*! }@ */
+/*! @} */
#endif /* _OSMOCORE_RSL_H */
diff --git a/include/osmocom/gsm/tlv.h b/include/osmocom/gsm/tlv.h
index d2936d6d..d1efc553 100644
--- a/include/osmocom/gsm/tlv.h
+++ b/include/osmocom/gsm/tlv.h
@@ -314,6 +314,6 @@ void tlv_def_patch(struct tlv_definition *dst, const struct tlv_definition *src)
#define TLVP_LEN(x, y) (x)->lv[y].len
#define TLVP_VAL(x, y) (x)->lv[y].val
-/*! }@ */
+/*! @} */
#endif /* _TLV_H */
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 79d0aecf..664c83c9 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -366,5 +366,5 @@ void print_version(int print_copyright);
extern void *tall_vty_cmd_ctx;
-/*! }@ */
+/*! @} */
#endif /* _ZEBRA_COMMAND_H */
diff --git a/include/osmocom/vty/telnet_interface.h b/include/osmocom/vty/telnet_interface.h
index 65a1dd90..3c222014 100644
--- a/include/osmocom/vty/telnet_interface.h
+++ b/include/osmocom/vty/telnet_interface.h
@@ -51,6 +51,6 @@ int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port);
void telnet_exit(void);
-/*! }@ */
+/*! @} */
#endif /* TELNET_INTERFACE_H */
diff --git a/include/osmocom/vty/vty.h b/include/osmocom/vty/vty.h
index 83506c5e..1518894b 100644
--- a/include/osmocom/vty/vty.h
+++ b/include/osmocom/vty/vty.h
@@ -183,6 +183,6 @@ extern void *tall_vty_ctx;
extern struct cmd_element cfg_description_cmd;
extern struct cmd_element cfg_no_description_cmd;
-/*! }@ */
+/*! @} */
#endif
diff --git a/src/bits.c b/src/bits.c
index 9eb2d690..4c67bddb 100644
--- a/src/bits.c
+++ b/src/bits.c
@@ -185,4 +185,4 @@ void osmo_revbytebits_buf(uint8_t *buf, int len)
}
}
-/*! }@ */
+/*! @} */
diff --git a/src/bitvec.c b/src/bitvec.c
index 8a086b81..714c11b7 100644
--- a/src/bitvec.c
+++ b/src/bitvec.c
@@ -261,4 +261,4 @@ int bitvec_find_bit_pos(const struct bitvec *bv, unsigned int n,
return -1;
}
-/*! }@ */
+/*! @} */
diff --git a/src/conv.c b/src/conv.c
index ac39e29f..ebc3eda7 100644
--- a/src/conv.c
+++ b/src/conv.c
@@ -628,4 +628,4 @@ osmo_conv_decode(const struct osmo_conv_code *code,
return rv;
}
-/*! }@ */
+/*! @} */
diff --git a/src/crcXXgen.c.tpl b/src/crcXXgen.c.tpl
index 5d70753a..80bf1e2a 100644
--- a/src/crcXXgen.c.tpl
+++ b/src/crcXXgen.c.tpl
@@ -115,6 +115,6 @@ osmo_crcXXgen_set_bits(const struct osmo_crcXXgen_code *code,
crc_bits[i] = ((crc >> (code->bits-i-1)) & 1);
}
-/*! }@ */
+/*! @} */
/* vim: set syntax=c: */
diff --git a/src/gsm/a5.c b/src/gsm/a5.c
index 34f271a8..356060ab 100644
--- a/src/gsm/a5.c
+++ b/src/gsm/a5.c
@@ -364,4 +364,4 @@ osmo_a5_2(const uint8_t *key, uint32_t fn, ubit_t *dl, ubit_t *ul)
}
}
-/*! }@ */
+/*! @} */
diff --git a/src/gsm/abis_nm.c b/src/gsm/abis_nm.c
index 5c3647ca..f6d4003e 100644
--- a/src/gsm/abis_nm.c
+++ b/src/gsm/abis_nm.c
@@ -452,4 +452,4 @@ enum abis_nm_chan_comb abis_nm_pchan4chcomb(uint8_t chcomb)
return GSM_PCHAN_NONE;
}
-/*! }@ */
+/*! @} */
diff --git a/src/gsm/lapdm.c b/src/gsm/lapdm.c
index e0b79433..f123cb6c 100644
--- a/src/gsm/lapdm.c
+++ b/src/gsm/lapdm.c
@@ -1241,4 +1241,4 @@ void lapdm_channel_set_flags(struct lapdm_channel *lc, unsigned int flags)
lapdm_entity_set_flags(&lc->lapdm_acch, flags);
}
-/*! }@ */
+/*! @} */
diff --git a/src/gsm/rsl.c b/src/gsm/rsl.c
index db276a2a..5693b4f0 100644
--- a/src/gsm/rsl.c
+++ b/src/gsm/rsl.c
@@ -504,4 +504,4 @@ struct msgb *rsl_rll_simple(uint8_t msg_type, uint8_t chan_nr,
return msg;
}
-/*! }@ */
+/*! @} */
diff --git a/src/gsm/tlv_parser.c b/src/gsm/tlv_parser.c
index c832d56f..0ac90929 100644
--- a/src/gsm/tlv_parser.c
+++ b/src/gsm/tlv_parser.c
@@ -186,4 +186,4 @@ static __attribute__((constructor)) void on_dso_load_tlv(void)
tvlv_att_def.def[i].type = TLV_TYPE_TvLV;
}
-/*! }@ */
+/*! @} */
diff --git a/src/logging.c b/src/logging.c
index f8ed4cb1..8dfc31ed 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -754,4 +754,4 @@ int log_init(const struct log_info *inf, void *ctx)
return 0;
}
-/*! }@ */
+/*! @} */
diff --git a/src/logging_syslog.c b/src/logging_syslog.c
index 119dd740..5b0ae5ff 100644
--- a/src/logging_syslog.c
+++ b/src/logging_syslog.c
@@ -89,4 +89,4 @@ struct log_target *log_target_create_syslog(const char *ident, int option,
#endif /* HAVE_SYSLOG_H */
-/* }@ */
+/* @} */
diff --git a/src/msgb.c b/src/msgb.c
index a403580b..c8564dbb 100644
--- a/src/msgb.c
+++ b/src/msgb.c
@@ -153,4 +153,4 @@ void msgb_set_talloc_ctx(void *ctx)
tall_msgb_ctx = ctx;
}
-/*! }@ */
+/*! @} */
diff --git a/src/rate_ctr.c b/src/rate_ctr.c
index 24166b84..8a232e86 100644
--- a/src/rate_ctr.c
+++ b/src/rate_ctr.c
@@ -177,4 +177,4 @@ const struct rate_ctr *rate_ctr_get_by_name(const struct rate_ctr_group *ctrg, c
return NULL;
}
-/*! }@ */
+/*! @} */
diff --git a/src/select.c b/src/select.c
index c0705d31..6b73377a 100644
--- a/src/select.c
+++ b/src/select.c
@@ -167,6 +167,6 @@ restart:
return work;
}
-/*! }@ */
+/*! @} */
#endif /* _HAVE_SYS_SELECT_H */
diff --git a/src/serial.c b/src/serial.c
index bc64b8ab..11ba503d 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -226,4 +226,4 @@ osmo_serial_clear_custom_baudrate(int fd)
return 0;
}
-/*! }@ */
+/*! @} */
diff --git a/src/signal.c b/src/signal.c
index 7ddc2e04..63843849 100644
--- a/src/signal.c
+++ b/src/signal.c
@@ -106,4 +106,4 @@ void osmo_signal_dispatch(unsigned int subsys, unsigned int signal,
}
}
-/*! }@ */
+/*! @} */
diff --git a/src/socket.c b/src/socket.c
index defc3665..53205cd2 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -246,4 +246,4 @@ int osmo_sockaddr_is_local(struct sockaddr *addr, unsigned int addrlen)
#endif /* HAVE_SYS_SOCKET_H */
-/*! }@ */
+/*! @} */
diff --git a/src/timer.c b/src/timer.c
index 79d4ad6d..cca2a239 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -233,4 +233,4 @@ int osmo_timers_check(void)
return i;
}
-/*! }@ */
+/*! @} */
diff --git a/src/utils.c b/src/utils.c
index 0a970ac8..cf0c9344 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -212,4 +212,4 @@ void osmo_str2upper(char *out, const char *in)
}
#endif /* HAVE_CTYPE_H */
-/*! }@ */
+/*! @} */
diff --git a/src/vty/command.c b/src/vty/command.c
index fda2e17f..c84c612d 100644
--- a/src/vty/command.c
+++ b/src/vty/command.c
@@ -3322,4 +3322,4 @@ void cmd_init(int terminal)
srand(time(NULL));
}
-/*! }@ */
+/*! @} */
diff --git a/src/vty/telnet_interface.c b/src/vty/telnet_interface.c
index 001b016e..77120417 100644
--- a/src/vty/telnet_interface.c
+++ b/src/vty/telnet_interface.c
@@ -220,4 +220,4 @@ void telnet_exit(void)
talloc_free(tall_telnet_ctx);
}
-/*! }@ */
+/*! @} */
diff --git a/src/vty/utils.c b/src/vty/utils.c
index 47b9931f..b3223edf 100644
--- a/src/vty/utils.c
+++ b/src/vty/utils.c
@@ -60,4 +60,4 @@ void vty_out_rate_ctr_group(struct vty *vty, const char *prefix,
};
}
-/*! }@ */
+/*! @} */
diff --git a/src/vty/vty.c b/src/vty/vty.c
index da035969..04df2be0 100644
--- a/src/vty/vty.c
+++ b/src/vty/vty.c
@@ -1768,4 +1768,4 @@ int vty_read_config_file(const char *file_name, void *priv)
return rc;
}
-/*! }@ */
+/*! @} */
diff --git a/src/write_queue.c b/src/write_queue.c
index 9ddc3af4..cef40f83 100644
--- a/src/write_queue.c
+++ b/src/write_queue.c
@@ -115,4 +115,4 @@ void osmo_wqueue_clear(struct osmo_wqueue *queue)
queue->bfd.when &= ~BSC_FD_WRITE;
}
-/*! }@ */
+/*! @} */