diff --git a/lib/print.h b/lib/print.h index 79ec704..440909e 100644 --- a/lib/print.h +++ b/lib/print.h @@ -13,7 +13,7 @@ * */ /** printing utilities to replace the large printf from the standard library (API) - * use % as format specifier prefix, followed by + to enforce sign of prefix, 0 and 0-9 for padding, and format specifier + * @note use % as format specifier prefix, followed by + to enforce sign of prefix, 0 and 0-9 for padding, and format specifier * format specifier supported are: c for far, s for string, u for uint32_t, d for int32_t, U for uint64_t, D for int64_t, x for lower case hex up to uint32_t, X for upper case hex up to uint32_t, b for bits up to uint32_t * @file print.h * @author King Kévin