On Thu, Aug 23, 2018 at 10:50:30AM +0200, Peter Krempa wrote:
The pathches used as an example for the api_extension manual don't
hold
*patches, as Erik pointed out
up to the current standards any more. Carefully remove links and
mentions of the patches from the docs.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/api_extension.html.in | 96 +++++++++-------------------------------------
1 file changed, 18 insertions(+), 78 deletions(-)
@@ -197,22 +178,16 @@
<p>The public API calls are implemented in:</p>
- <p><code>src/libvirt.c</code></p>
-
- <p class="example">See <a
href="api_extension/0004-implement-the-public-APIs.patch">0004-implement-the-public-APIs.patch</a></p>
+ <p><code>src/libvirt-$SECTION.c</code></p>
Unrelated change from libvirt.c to libvirt-$SECTION.c
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano