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:
@@ -30,6 +30,10 @@
|
|||||||
* that encapsulate the encoders, decoders, and metadata interfaces
|
* that encapsulate the encoders, decoders, and metadata interfaces
|
||||||
* in libFLAC.
|
* 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
|
#endif
|
||||||
|
|||||||
@@ -57,10 +57,10 @@ namespace FLAC {
|
|||||||
// ============================================================
|
// ============================================================
|
||||||
//
|
//
|
||||||
// The only real difference here is that instead of passing
|
// The only real difference here is that instead of passing
|
||||||
// in C function pointers for callbacks, you inherit from
|
// in C function pointers for callbacks, you inherit from the
|
||||||
// stream and provide implementations for the callbacks in
|
// decoder class and provide implementations for the callbacks
|
||||||
// the derived class; because of this there is no need for a
|
// in the derived class; because of this there is no need for
|
||||||
// 'client_data' property.
|
// a 'client_data' property.
|
||||||
//
|
//
|
||||||
// ============================================================
|
// ============================================================
|
||||||
|
|
||||||
|
|||||||
@@ -62,10 +62,10 @@ namespace FLAC {
|
|||||||
// ----------------------------------------------------------
|
// ----------------------------------------------------------
|
||||||
//
|
//
|
||||||
// The only real difference here is that instead of passing
|
// The only real difference here is that instead of passing
|
||||||
// in C function pointers for callbacks, you inherit from
|
// in C function pointers for callbacks, you inherit from the
|
||||||
// stream and provide implementations for the callbacks in
|
// encoder class and provide implementations for the callbacks
|
||||||
// the derived class; because of this there is no need for a
|
// in the derived class; because of this there is no need for
|
||||||
// 'client_data' property.
|
// a 'client_data' property.
|
||||||
//
|
//
|
||||||
// ============================================================
|
// ============================================================
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user