Change C++ style comments to C style in headers
This commit is contained in:
parent
87c3d8a0d9
commit
3f4ba7620c
@ -168,12 +168,12 @@ typedef int (*FLAC__IOCallback_Close) (FLAC__IOHandle handle);
|
||||
* a data source is not seekable by setting the \a seek field to \c NULL.
|
||||
*/
|
||||
typedef struct {
|
||||
FLAC__IOCallback_Read read; ///< See FLAC__IOCallbacks
|
||||
FLAC__IOCallback_Write write; ///< See FLAC__IOCallbacks
|
||||
FLAC__IOCallback_Seek seek; ///< See FLAC__IOCallbacks
|
||||
FLAC__IOCallback_Tell tell; ///< See FLAC__IOCallbacks
|
||||
FLAC__IOCallback_Eof eof; ///< See FLAC__IOCallbacks
|
||||
FLAC__IOCallback_Close close; ///< See FLAC__IOCallbacks
|
||||
FLAC__IOCallback_Read read; /**< See FLAC__IOCallbacks */
|
||||
FLAC__IOCallback_Write write; /**< See FLAC__IOCallbacks */
|
||||
FLAC__IOCallback_Seek seek; /**< See FLAC__IOCallbacks */
|
||||
FLAC__IOCallback_Tell tell; /**< See FLAC__IOCallbacks */
|
||||
FLAC__IOCallback_Eof eof; /**< See FLAC__IOCallbacks */
|
||||
FLAC__IOCallback_Close close; /**< See FLAC__IOCallbacks */
|
||||
} FLAC__IOCallbacks;
|
||||
|
||||
/* \} */
|
||||
|
Loading…
Reference in New Issue
Block a user