]> sigrok.org Git - libsigrok.git/blobdiff - src/output/output.c
Doxygen: Properly mark a few symbols as private.
[libsigrok.git] / src / output / output.c
index 1a134eb2f4439ebfae8a9d1941e4d35a97d6af8e..6f02b6806d618321f05476222a856c05fee37cd0 100644 (file)
@@ -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,