@@ -76,7 +76,7 @@ struct this_thread_frames { // struct is required to avoid warning about usage o
7676// /
7777// / @b Async-Handler-Safety: Safe.
7878// /
79- // / @returns Stored call sequence depth.
79+ // / @returns Stored call sequence depth including terminating zero frame .
8080// /
8181// / @param memory Preallocated buffer to store current function call sequence into.
8282// /
@@ -91,7 +91,7 @@ BOOST_FORCEINLINE std::size_t safe_dump_to(void* memory, std::size_t size) BOOST
9191// /
9292// / @b Async-Handler-Safety: Safe.
9393// /
94- // / @returns Stored call sequence depth.
94+ // / @returns Stored call sequence depth including terminating zero frame .
9595// /
9696// / @param skip How many top calls to skip and do not store.
9797// /
@@ -109,7 +109,7 @@ BOOST_FORCEINLINE std::size_t safe_dump_to(std::size_t skip, void* memory, std::
109109// /
110110// / @b Async-Handler-Safety: Safe.
111111// /
112- // / @returns Stored call sequence depth.
112+ // / @returns Stored call sequence depth including terminating zero frame .
113113// /
114114// / @param file File to store current function call sequence.
115115BOOST_FORCEINLINE std::size_t safe_dump_to (const char * file) BOOST_NOEXCEPT {
@@ -122,7 +122,7 @@ BOOST_FORCEINLINE std::size_t safe_dump_to(const char* file) BOOST_NOEXCEPT {
122122// /
123123// / @b Async-Handler-Safety: Safe.
124124// /
125- // / @returns Stored call sequence depth.
125+ // / @returns Stored call sequence depth including terminating zero frame .
126126// /
127127// / @param skip How many top calls to skip and do not store.
128128// /
@@ -141,7 +141,7 @@ BOOST_FORCEINLINE std::size_t safe_dump_to(std::size_t skip, std::size_t max_dep
141141// /
142142// / @b Async-Handler-Safety: Safe.
143143// /
144- // / @returns Stored call sequence depth.
144+ // / @returns Stored call sequence depth including terminating zero frame .
145145// /
146146// / @param file File to store current function call sequence.
147147BOOST_FORCEINLINE std::size_t safe_dump_to (platform_specific_descriptor fd) BOOST_NOEXCEPT;
@@ -152,7 +152,7 @@ BOOST_FORCEINLINE std::size_t safe_dump_to(platform_specific_descriptor fd) BOOS
152152// /
153153// / @b Async-Handler-Safety: Safe.
154154// /
155- // / @returns Stored call sequence depth.
155+ // / @returns Stored call sequence depth including terminating zero frame .
156156// /
157157// / @param skip How many top calls to skip and do not store.
158158// /
0 commit comments