- * buffer_fetchchar - Fetches a char from a buffer.
- * @ctx: Our buffer context structure.
- * @count: The number of characters to get from the buffer.
- * @c: Where to put the characters retrieved.
+ * @brief Fetches a char from a buffer.
+ * @param ctx Our buffer context structure.
+ * @param count The number of characters to get from the buffer.
+ * @param c Where to put the characters retrieved.