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 d2446d7 commit 462d6b9Copy full SHA for 462d6b9
include/callstack_internals.h
@@ -29,6 +29,9 @@ extern "C" {
29
#endif
30
31
#ifdef LCS_ACTIVATE_SWIFT_DEMANGLER_CONTROL
32
+/**
33
+ * Whether to use the Swift demangler if necessary and available.
34
+ */
35
extern bool lcs_activateSwiftDemangler;
36
37
@@ -49,7 +52,7 @@ extern bool callstack_autoClearCaches;
49
52
/**
50
53
* @brief Clears the caches of this library.
51
54
*
- * Only needs to be called when `callstack_autoClearCaches` is `false`.
55
+ * Only needs to be called when @c callstack_autoClearCaches is @c false .
56
57
* @since v1.1
58
*/
0 commit comments