more doxygen docs
This commit is contained in:
parent
a37ba46b4c
commit
4dc3507090
@ -30,6 +30,10 @@
|
||||
* that encapsulate the encoders, decoders, and metadata interfaces
|
||||
* in libFLAC.
|
||||
*
|
||||
* Note that Doxygen currently has some quirks (bugs?) in the way
|
||||
* it deals with some member groups and C++ constructs. You will find
|
||||
* some document entries in the wrong place under [NOHEADER] sections.
|
||||
* Hopefully this is not too annoying.
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
@ -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.
|
||||
//
|
||||
// ============================================================
|
||||
|
||||
|
@ -62,10 +62,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
|
||||
// encoder class and provide implementations for the callbacks
|
||||
// in the derived class; because of this there is no need for
|
||||
// a 'client_data' property.
|
||||
//
|
||||
// ============================================================
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user