1
0
mirror of synced 2024-11-24 15:50:16 +01:00

doc: remove hex.builtin.provider.memory name (#1675)

This commit is contained in:
iTrooz 2024-05-14 14:17:36 +02:00 committed by GitHub
parent 17ab059b12
commit ceeda6de3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,7 +148,7 @@ namespace hex::prv {
* @brief Gets the type name of this provider * @brief Gets the type name of this provider
* @note This is mainly used to be stored in project files and recents to be able to later on * @note This is mainly used to be stored in project files and recents to be able to later on
* recreate this exact provider type. This needs to be unique across all providers, this is usually something * recreate this exact provider type. This needs to be unique across all providers, this is usually something
* like "hex.builtin.provider.memory" or "hex.builtin.provider.file" * like "hex.builtin.provider.mem_file" or "hex.builtin.provider.file"
* @return The provider's type name * @return The provider's type name
*/ */
[[nodiscard]] virtual std::string getTypeName() const = 0; [[nodiscard]] virtual std::string getTypeName() const = 0;