commit | 88ba566781cd4a8203264a3aa7a08066027a208b | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <laurencelundblade@users.noreply.github.com> | Sun Nov 03 02:10:24 2024 -0800 |
committer | GitHub <noreply@github.com> | Sun Nov 03 02:10:24 2024 -0800 |
tree | eca1bdd377dfd1c432ac46a7d9598df714f833cf | |
parent | 20fba4fdcb69aa6b11d8c1f67541cd869535ca89 [diff] [blame] |
Make all doxygen '@' (#266) Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>
diff --git a/example.c b/example.c index a6a0a13..c489ad6 100644 --- a/example.c +++ b/example.c
@@ -130,7 +130,7 @@ * @return The pointer and length of the encoded CBOR or * @ref NULLUsefulBufC on error. * - * This encodes the input structure \c pEngine as a CBOR map of + * This encodes the input structure @c pEngine as a CBOR map of * label-value pairs. An array of float is one of the items in the * map. *