- * armor_openpgp_stream - Takes a list of OpenPGP packets and armors it.
- * @putchar_func: The function to output the next armor character.
- * @ctx: The context pointer for putchar_func.
- * @packets: The list of packets to output.
+ * @brief Takes a list of OpenPGP packets and armors it.
+ * @param putchar_func The function to output the next armor character.
+ * @param ctx The context pointer for putchar_func.
+ * @param packets The list of packets to output.