diff options
author | Sven Gothel <[email protected]> | 2020-10-13 16:08:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-10-13 16:08:13 +0200 |
commit | f357d51274594b8a45b991c0712eae10a96580c0 (patch) | |
tree | 46b831682e3ae048482eb4301885567836955626 /api | |
parent | 3af51766adb4c3551134700723970465d1629ce3 (diff) |
print_backtrace: Fix API doc ..
Diffstat (limited to 'api')
-rw-r--r-- | api/direct_bt/dbt_debug.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/dbt_debug.hpp b/api/direct_bt/dbt_debug.hpp index d53328bb..0dd83d93 100644 --- a/api/direct_bt/dbt_debug.hpp +++ b/api/direct_bt/dbt_debug.hpp @@ -52,7 +52,7 @@ namespace direct_bt { /** * Prints the de-mangled backtrace string separated by newline excluding this function to stderr, using get_backtrace(). - * @param skip_frames number of stack frames to skip, default is one frame for this function. + * @param skip_frames number of stack frames to skip, default is two frames for this function and for get_backtrace(). */ void print_backtrace(int skip_frames=2) noexcept; |