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.
2 parents eef01a1 + 7feedb7 commit e3f7debCopy full SHA for e3f7deb
src/util/parse_options.h
@@ -45,12 +45,13 @@ class parse_options_baset
45
std::string
46
banner_string(const std::string &front_end, const std::string &version);
47
48
-/// Utility for displaying help centered messages borderered by "* *"
49
-/// - we use this for displaying banner information and the like
50
-/// in help messages
51
-/// \example
+/// Utility for displaying help centered messages borderered by "* *".
+/// We use this for displaying banner information and the like
+/// in help messages.
+/// ```
52
/// align_center_with_border("test-text")
53
/// == "* * test-text * *"
54
55
std::string align_center_with_border(const std::string &text);
56
57
#endif // CPROVER_UTIL_PARSE_OPTIONS_H
0 commit comments