File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ void SetfLargeWorkForkFound(bool flag);
14
14
bool GetfLargeWorkForkFound ();
15
15
void SetfLargeWorkInvalidChainFound (bool flag);
16
16
/* * Format a string that describes several potential problems detected by the core.
17
- * strFor can have three values:
18
- * - "statusbar": get all warnings
19
- * - "gui": get all warnings, translated (where possible) for GUI
20
- * This function only returns the highest priority warning of the set selected by strFor.
17
+ * @param[in] strFor can have the following values:
18
+ * - "statusbar": get the most important warning
19
+ * - "gui": get all warnings, translated (where possible) for GUI, separated by <hr />
20
+ * @ returns the warning string selected by strFor
21
21
*/
22
22
std::string GetWarnings (const std::string& strFor);
23
23
You can’t perform that action at this time.
0 commit comments