Add comment

This commit is contained in:
fbraem 2015-11-06 16:25:32 +01:00
parent 38973aa128
commit 180cd8963b

View File

@ -68,6 +68,7 @@ public:
/// Adds an array.
Array& addSimpleString(const std::string& value);
/// Adds a simple string (can't contain newline characters!)
const_iterator begin() const;
/// Returns an iterator to the start of the array. Note: