Skip to content
Snippets Groups Projects
Verified Commit 17cce224 authored by Alexander Traud's avatar Alexander Traud Committed by Ralph Giles
Browse files

Make doc for two unused error codes visible via doxygen.


It is OK to say, those are not used, yet.

Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
parent 705fefe3
No related branches found
No related tags found
1 merge request!36Rollup doxygen fixes
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment