Skip to content

Commit 462d6b9

Browse files
committed
Documented a public external value
1 parent d2446d7 commit 462d6b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/callstack_internals.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ extern "C" {
2929
#endif
3030

3131
#ifdef LCS_ACTIVATE_SWIFT_DEMANGLER_CONTROL
32+
/**
33+
* Whether to use the Swift demangler if necessary and available.
34+
*/
3235
extern bool lcs_activateSwiftDemangler;
3336
#endif
3437

@@ -49,7 +52,7 @@ extern bool callstack_autoClearCaches;
4952
/**
5053
* @brief Clears the caches of this library.
5154
*
52-
* Only needs to be called when `callstack_autoClearCaches` is `false`.
55+
* Only needs to be called when @c callstack_autoClearCaches is @c false .
5356
*
5457
* @since v1.1
5558
*/

0 commit comments

Comments
 (0)