Add basic documentation for libkiwix.

It follows the same logic of libzim documentation.
This commit is contained in:
Matthieu Gautier
2021-12-01 16:06:05 +01:00
parent 01ac0b2fe1
commit 3589a51fff
8 changed files with 120 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
option('wrapper', type:'array', choices:['java', 'android'], value:[],
description: 'The wrapper to generate.')
option('doc', type : 'boolean', value : false,
description : 'Build the documentations.')