summaryrefslogtreecommitdiffstats
path: root/doc/lib.rst
blob: 6eeaa13e2dc03b8d05a434136cd81cb5783d84ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.. _lib_index:

.. include:: ../lib/README.rst

API reference
=============

.. contents::
   :depth: 1
   :local:

.. _lib_api_rplan:

Name resolution
---------------

.. doxygenfile:: resolve.h
   :project: libkres
.. doxygenfile:: rplan.h
   :project: libkres

.. _lib_api_cache:

Cache
-----

.. doxygenfile:: cache/api.h
   :project: libkres

.. _lib_api_nameservers:

Nameservers
-----------

.. doxygenfile:: nsrep.h
   :project: libkres
.. doxygenfile:: zonecut.h
   :project: libkres

.. _lib_api_modules:

Modules
-------

.. doxygenfile:: module.h
   :project: libkres

Utilities
---------

.. doxygenfile:: utils.h
   :project: libkres
.. doxygenfile:: defines.h
   :project: libkres

.. _lib_generics:

.. include:: ../lib/generic/README.rst