summaryrefslogtreecommitdiffstats
path: root/src/crcXXgen.c.tpl
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 /src/crcXXgen.c.tpl
parentbc32d051bf408cdf3fb5d502353bd005a599e40b (diff)
doc: Fix the Doxygen section endings
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/crcXXgen.c.tpl')
-rw-r--r--src/crcXXgen.c.tpl2
1 files changed, 1 insertions, 1 deletions
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: */