output/httpd/Page: remove obsolete API documentation
This commit is contained in:
parent
c0d8a9b07a
commit
af7b928d7c
@ -28,9 +28,9 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A dynamically allocated buffer which keeps track of its reference
|
* A dynamically allocated buffer. It is used to pass
|
||||||
* count. This is useful for passing buffers around, when several
|
* reference-counted buffers around (using std::shared_ptr), when
|
||||||
* instances hold references to one buffer.
|
* several instances hold references to one buffer.
|
||||||
*/
|
*/
|
||||||
class Page {
|
class Page {
|
||||||
AllocatedArray<uint8_t> buffer;
|
AllocatedArray<uint8_t> buffer;
|
||||||
|
Loading…
Reference in New Issue
Block a user