Skip to content

Commit 956b6b2

Browse files
committed
Fix doxygen
1 parent 9762c22 commit 956b6b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/openPMD/auxiliary/JSONMatcher.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,15 @@ class JsonMatcher
121121
* @brief Get the JSON config associated with a regex pattern.
122122
*
123123
* @param datasetPath The regex.
124+
* @param backendName The backend name for which to resolve the pattern.
124125
* @return The matched JSON configuration, as a string.
125126
*/
126127
auto get(std::string const &datasetPath, std::string const &backendName)
127128
-> ParsedConfig;
128129

129130
/**
130131
* @brief Get the default JSON config.
132+
* @param backendName The backend name for which to resolve the pattern.
131133
*
132134
* @return The default JSON configuration.
133135
*/

0 commit comments

Comments
 (0)