mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
more doxygen docs
This commit is contained in:
@@ -57,10 +57,10 @@ namespace FLAC {
|
||||
// ============================================================
|
||||
//
|
||||
// The only real difference here is that instead of passing
|
||||
// in C function pointers for callbacks, you inherit from
|
||||
// stream and provide implementations for the callbacks in
|
||||
// the derived class; because of this there is no need for a
|
||||
// 'client_data' property.
|
||||
// in C function pointers for callbacks, you inherit from the
|
||||
// decoder class and provide implementations for the callbacks
|
||||
// in the derived class; because of this there is no need for
|
||||
// a 'client_data' property.
|
||||
//
|
||||
// ============================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user