minor comment fixes

This commit is contained in:
Josh Coalson
2004-07-16 00:16:08 +00:00
parent d5c593b09a
commit cd5b1a638c
3 changed files with 7 additions and 3 deletions

View File

@@ -202,7 +202,11 @@ OggFLAC_API void OggFLAC__stream_encoder_delete(OggFLAC__StreamEncoder *encoder)
/** Set the serial number for the FLAC stream.
*
* \default \c NULL, 0
* \note
* It is recommended to set a serial number explicitly as the default of '0'
* may collide with other streams.
*
* \default \c 0
* \param encoder An encoder instance to set.
* \param serial_number See above.
* \assert