diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-06-27 19:12:53 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-06-27 19:12:53 -0400 |
| commit | 88f89adfc551f05220c75a59e192e5f771aa3f82 (patch) | |
| tree | 18f84b61395dab8ef1f315d491e60c22a3acf688 /doc/config.ld | |
| parent | 71692710e25cee2ffbda576629d63e75af59dc25 (diff) | |
| download | fuzzel-88f89adfc551f05220c75a59e192e5f771aa3f82.tar.gz fuzzel-88f89adfc551f05220c75a59e192e5f771aa3f82.tar.bz2 fuzzel-88f89adfc551f05220c75a59e192e5f771aa3f82.zip | |
Finished useage examples for documentation
Diffstat (limited to 'doc/config.ld')
| -rw-r--r-- | doc/config.ld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.ld b/doc/config.ld index e6121b8..eed8621 100644 --- a/doc/config.ld +++ b/doc/config.ld @@ -1,8 +1,8 @@ project = 'Fuzzel' description = 'String matching library' full_description = 'A few functions to do fuzzy string matching' -title = 'Penlight Documentation' +title = 'Fuzzel Documentation' dir = 'doc' use_markdown_titles = true -format = 'markdown' +format = 'discount' file = '../src/fuzzel.lua' |
