xo-indentlog: doc: add indentlog docs [WIP]
This commit is contained in:
parent
28172fc3d6
commit
7ddb79fadd
12 changed files with 560 additions and 0 deletions
43
docs/scope-reference.rst
Normal file
43
docs/scope-reference.rst
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue