[kdevelop/kdevelop] kdevplatform/serialization: IndexedStringView: update ctor documentation
Jarmo Tiitto <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f2eb6fa66cc555c9044eac4d5babf884df048f6b by Jarmo Tiitto.
Committed on 02/08/2026 at 13:13.
Pushed by jatothrim into branch 'master'.
IndexedStringView: update ctor documentation
M +0 -2 kdevplatform/serialization/indexedstringview.h
https://invent.kde.org/kdevelop/kdevelop/-/commit/f2eb6fa66cc555c9044eac4d5babf884df048f6b
diff --git a/kdevplatform/serialization/indexedstringview.h b/kdevplatform/serialization/indexedstringview.h
index 0d62c22858..002b4a4893 100644
--- a/kdevplatform/serialization/indexedstringview.h
+++ b/kdevplatform/serialization/indexedstringview.h
@@ -34,8 +34,6 @@ public:
/**
* @param str must be a utf8 encoded string, does not need to be 0-terminated.
* @param length must be its length in bytes.
- * @param hash must be a hash as constructed with the here defined hash functions.
- * If it is zero, it will be computed.
*/
explicit IndexedStringView(const char* str, unsigned short length)
: m_index{IndexedString::indexForString(str, length)}