From 9d66fc491c8ba142ad89dd3c96f2d09ae6df0c5a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 3 Apr 2024 20:21:17 +0200 Subject: [PATCH] output/httpd/Client: fix API doc syntax --- src/output/plugins/httpd/HttpdClient.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/plugins/httpd/HttpdClient.hxx b/src/output/plugins/httpd/HttpdClient.hxx index d0eb294f6..ef863152f 100644 --- a/src/output/plugins/httpd/HttpdClient.hxx +++ b/src/output/plugins/httpd/HttpdClient.hxx @@ -100,7 +100,7 @@ class HttpdClient final */ PagePtr metadata; - /* + /** * The amount of bytes which were already sent from the metadata. */ size_t metadata_current_position = 0;