From 3d383c1c3db6ac1a20e1c79f5c04378c9267f867 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 22 Oct 2021 08:37:47 +0000 Subject: [PATCH] Make doc for two unused error codes visible via doxygen. It is OK to say, those are not used, yet. --- include/opusfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/opusfile.h b/include/opusfile.h index 7c1c89e..2c95cf2 100644 --- a/include/opusfile.h +++ b/include/opusfile.h @@ -158,7 +158,7 @@ typedef struct OggOpusFile OggOpusFile; /**A request did not succeed.*/ #define OP_FALSE (-1) -/*Currently not used externally.*/ +/**Currently not used externally.**/ #define OP_EOF (-2) /**There was a hole in the page sequence numbers (e.g., a page was corrupt or missing).*/ @@ -185,7 +185,7 @@ typedef struct OggOpusFile OggOpusFile; #define OP_EBADHEADER (-133) /**The ID header contained an unrecognized version number.*/ #define OP_EVERSION (-134) -/*Currently not used at all.*/ +/**Currently not used at all.**/ #define OP_ENOTAUDIO (-135) /**An audio packet failed to decode properly. This is usually caused by a multistream Ogg packet where the durations of -- GitLab