]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4288] Removed dangling comment
authorFrancis Dupont <fdupont@isc.org>
Wed, 7 Jan 2026 20:12:49 +0000 (21:12 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 7 Jan 2026 20:12:49 +0000 (21:12 +0100)
src/lib/cc/data.h

index d0d2d851066e8b2456c8dcb737124a66f84510d9..2caac22f85507b2fc77809e522b5a49809aa711b 100644 (file)
@@ -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