From 78587ee6b1a13d464f41686fa687c2bc78fe84d0 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Mon, 26 Aug 2019 12:39:12 +0200 Subject: [PATCH] add howto-generate-ffi-documentation --- deltachat-ffi/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deltachat-ffi/README.md b/deltachat-ffi/README.md index d924fb795..41084f344 100644 --- a/deltachat-ffi/README.md +++ b/deltachat-ffi/README.md @@ -1 +1,10 @@ # Delta Chat C Interface + +## Documentation + +To generate the C Interface documentation, +call doxygen in the `deltachat-ffi` directory +and browse the `html` subdirectory. + +If thinks work, +the documentation is also available online at