We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00562a3 commit 9a79181Copy full SHA for 9a79181
core/src/include/Xios.hpp
@@ -41,10 +41,13 @@ class Xios : public Configured<Xios> {
41
//! Prevent copying
42
Xios(const Xios&) = delete;
43
44
- /*
+ /*!
45
* Define Xios handler Singleton
46
*
47
* NOTE: The arguments will only be used the first time this is called.
48
+ *
49
+ * @param contextId identifier string for the XIOS context
50
+ * @param calendarType calendar type used by XIOS
51
*/
52
inline static Xios& getInstance(
53
const std::string contextId = "nextSIM-DG", const std::string calendarType = "Gregorian")
0 commit comments