We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9762c22 commit 956b6b2Copy full SHA for 956b6b2
1 file changed
include/openPMD/auxiliary/JSONMatcher.hpp
@@ -121,13 +121,15 @@ class JsonMatcher
121
* @brief Get the JSON config associated with a regex pattern.
122
*
123
* @param datasetPath The regex.
124
+ * @param backendName The backend name for which to resolve the pattern.
125
* @return The matched JSON configuration, as a string.
126
*/
127
auto get(std::string const &datasetPath, std::string const &backendName)
128
-> ParsedConfig;
129
130
/**
131
* @brief Get the default JSON config.
132
133
134
* @return The default JSON configuration.
135
0 commit comments