From af7b928d7ce07192a69c3ebafbda4ac544eb5de8 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Fri, 28 Dec 2018 17:16:12 +0100
Subject: [PATCH] output/httpd/Page: remove obsolete API documentation

---
 src/output/plugins/httpd/Page.hxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/output/plugins/httpd/Page.hxx b/src/output/plugins/httpd/Page.hxx
index b04901e25..9f4404d10 100644
--- a/src/output/plugins/httpd/Page.hxx
+++ b/src/output/plugins/httpd/Page.hxx
@@ -28,9 +28,9 @@
 #include <stdint.h>
 
 /**
- * A dynamically allocated buffer which keeps track of its reference
- * count.  This is useful for passing buffers around, when several
- * instances hold references to one buffer.
+ * A dynamically allocated buffer.  It is used to pass
+ * reference-counted buffers around (using std::shared_ptr), when
+ * several instances hold references to one buffer.
  */
 class Page {
 	AllocatedArray<uint8_t> buffer;