2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/doc/config.ld
Frans de Jonge e566a7ffc6 kodev: add hidpi shortcut and dpi argument (#3208)
* [doc] also generate base ffi doc
* kodev: add hidpi shortcut and dpi argument
* Bump base
2017-09-14 13:19:20 +02:00

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',
}