From 2c9ee41253ad1eb13bce9428738ff7f5e7b6a677 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 1 Dec 2012 11:57:54 +1300 Subject: [PATCH] Docs: doxygenate the HttpRequest::helperRnotes member --- src/HttpRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpRequest.h b/src/HttpRequest.h index 033ded896b..26c19a3cfd 100644 --- a/src/HttpRequest.h +++ b/src/HttpRequest.h @@ -200,7 +200,7 @@ public: String myportname; // Internal tag name= value from port this requests arrived in. - Notes *helperNotes; // collection of meta notes associated with this request. + Notes *helperNotes; ///< collection of meta notes associated with this request by helper lookups. String tag; /* Internal tag for this request */ -- 2.47.3