X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Foutput%2Foutput.c;h=6f02b6806d618321f05476222a856c05fee37cd0;hp=1a134eb2f4439ebfae8a9d1941e4d35a97d6af8e;hb=82b9f3d116ce0c982291a2dfdd15cd8a1c4cc16e;hpb=deaaebb28ddbbba609e902cf99fbe10d053eef8a diff --git a/src/output/output.c b/src/output/output.c index 1a134eb2..6f02b680 100644 --- a/src/output/output.c +++ b/src/output/output.c @@ -66,7 +66,7 @@ extern SR_PRIV struct sr_output_module output_srzip; extern SR_PRIV struct sr_output_module output_wav; extern SR_PRIV struct sr_output_module output_wavedrom; extern SR_PRIV struct sr_output_module output_null; -/* @endcond */ +/** @endcond */ static const struct sr_output_module *output_module_list[] = { &output_ascii,