xo-indentlog: doc: add indentlog docs [WIP]

This commit is contained in:
Roland Conybeare 2025-07-13 21:18:15 -05:00
commit 7ddb79fadd
12 changed files with 560 additions and 0 deletions

43
docs/scope-reference.rst Normal file
View file

@ -0,0 +1,43 @@
.. _scope-reference:
.. toctree::
:maxdepth: 2
Scope Reference
===============
.. ditaa::
:--scale: 0.85
+------------------------------------------+
|cBLU basic_scope |
+------------------------------------------+
| state_impl |
+-----------------------+------------------+
| | log_config |
| log_streambuf +------------------+
| | log_level |
+-----------------------+------------------+
.. code-block:: cpp
#include <xo/indentlog/scope.hpp>
Convenience Macros
------------------
.. doxygendefine:: XO_SCOPE
Classes
-------
.. doxygenclass:: xo::scope_setup
Application code isn't expected to interact with this class directly
.. doxygengroup:: scope_setup-instance-vars
Basic Scope
~~~~~~~~~~~
.. doxygenclass:: xo::basic_scope