blob: 0e73e470d819c6d5096dd3f37f5012b51cf661b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Global interfaces
=================
The following global interfaces are used to abstract the concrete filter and
document classes from orcus's CLI framework.
.. doxygenclass:: orcus::iface::import_filter
:members:
.. doxygenclass:: orcus::iface::document_dumper
:members:
|