From: Francis Dupont Date: Wed, 7 Jan 2026 20:12:49 +0000 (+0100) Subject: [#4288] Removed dangling comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600d2a6f9703c84cef91983b48a71a49d5991e64;p=thirdparty%2Fkea.git [#4288] Removed dangling comment --- diff --git a/src/lib/cc/data.h b/src/lib/cc/data.h index d0d2d85106..2caac22f85 100644 --- a/src/lib/cc/data.h +++ b/src/lib/cc/data.h @@ -685,20 +685,6 @@ public: int& line, int &pos, unsigned level = MAX_NESTING_LEVEL); - /// @brief Creates an Element from the given input stream. - /// - /// @note: Variant with nesting depth: to be used only in tests. - /// @param in The string to parse the element from. - /// @param file The input file name. - /// @param line A reference to the int where the function keeps - /// track of the current line. - /// @param pos A reference to the int where the function keeps - /// track of the current position within the current line. - - /// @return An ElementPtr that contains the element(s) specified - /// in the given input stream. - /// @throw JSONError - /// Reads contents of specified file and interprets it as JSON. /// /// @param file_name name of the file to read