mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
e566a7ffc6
* [doc] also generate base ffi doc * kodev: add hidpi shortcut and dpi argument * Bump base
25 lines
632 B
Plaintext
25 lines
632 B
Plaintext
project = 'KOReader'
|
|
description = 'Multi-platform ebook reader'
|
|
full_description = 'An ebook reader application supports PDF, DJVU, EPUB, FB2 and many more formats, running on Kindle, Kobo, PocketBook, Ubuntu Touch and Android devices.'
|
|
title = 'KOReader Documentation'
|
|
dir = 'html'
|
|
style = '!fixed'
|
|
use_markdown_titles = true
|
|
topics = {
|
|
'../README.md',
|
|
'./Collaborating with Git.md',
|
|
'./DataStore.md',
|
|
'./Development guide.md',
|
|
'./Events.md',
|
|
'./Hacking.md',
|
|
'./Porting.md',
|
|
'./Unit tests.md',
|
|
}
|
|
package = ''
|
|
format = 'markdown'
|
|
sort_modules = true
|
|
file = {
|
|
'../frontend',
|
|
'../base/ffi',
|
|
}
|