]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
docs: split out all docs for developers last chapter
authorPetr Špaček <petr.spacek@nic.cz>
Thu, 2 Jan 2020 17:14:14 +0000 (18:14 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:14 +0000 (10:38 +0100)
daemon/README.rst
doc/index.rst
doc/modules_api.rst
doc/worker_api.rst [new file with mode: 0644]

index 73cc62fe2e0379da70d7741fa005c327c2b6a381..7e98c753d26b3f387dbd028cec69fcd2cbd5e5da 100644 (file)
@@ -636,12 +636,6 @@ Example:
        0
 
 
-Code reference
-==============
-
-.. doxygenfile:: daemon/worker.h
-
-
 .. _`JSON-encoded`: http://json.org/example
 .. _`Learn Lua in 15 minutes`: http://tylerneylon.com/a/learn-lua/
 .. _`PowerDNS Recursor`: https://doc.powerdns.com/md/recursor/scripting/
index a65e715d75f043c05effc3298c312d0215f41e4b..4282721196885f78d6baa34d7bd1b87d90caac76 100644 (file)
@@ -32,7 +32,6 @@ and it provides a state-machine like API for extensions.
    :name: experts
    :maxdepth: 2
 
-   build
    operators-guide
 
 .. toctree::
@@ -40,8 +39,10 @@ and it provides a state-machine like API for extensions.
    :name: developers
    :maxdepth: 2
 
+   build
    lib
    modules_api
+   worker_api
 
 
 Indices and tables
index 6e08c171b3c20d4276f5824695218c93e0d371d0..a6a5e93b35c4b92fbfd826578bab9bd6fed40e04 100644 (file)
@@ -1,3 +1,4 @@
 .. _modules:
 
-.. include:: ../modules/README.rst
\ No newline at end of file
+.. include:: ../modules/README.rst
+
diff --git a/doc/worker_api.rst b/doc/worker_api.rst
new file mode 100644 (file)
index 0000000..1ccba1a
--- /dev/null
@@ -0,0 +1,5 @@
+Worker API reference
+====================
+
+.. doxygenfile:: daemon/worker.h
+