Doxyden output improved, improved docs and added more examples

This commit is contained in:
Antony Polukhin
2016-10-26 22:23:09 +03:00
parent 8fa8c93fdb
commit 8768a721b1
4 changed files with 81 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ public:
#endif
class frame_view {
/// @cond
/// @cond
const stacktrace* impl_;
std::size_t frame_no_;
@@ -117,7 +117,7 @@ public:
{}
friend class ::boost::stacktrace::stacktrace::iterator;
/// @endcond
/// @endcond
public:
/// @returns Name of the frame (function name in a human readable form).
@@ -147,7 +147,7 @@ public:
};
/// @cond
class iterator : public boost::iterator_facade<
class iterator: public boost::iterator_facade<
iterator,
frame_view,
boost::random_access_traversal_tag,