diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-06-27 19:05:01 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-06-27 19:05:01 -0400 |
| commit | 71692710e25cee2ffbda576629d63e75af59dc25 (patch) | |
| tree | 8ad6bcd21ac5ce887f168d9f4722d6aaae9461a5 /doc/config.ld | |
| parent | ba079742e6be5b27dc5e0e41c21b05bcbc94f431 (diff) | |
| download | fuzzel-71692710e25cee2ffbda576629d63e75af59dc25.tar.gz fuzzel-71692710e25cee2ffbda576629d63e75af59dc25.tar.bz2 fuzzel-71692710e25cee2ffbda576629d63e75af59dc25.zip | |
moved things to be compiled by ldoc
Diffstat (limited to 'doc/config.ld')
| -rw-r--r-- | doc/config.ld | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.ld b/doc/config.ld new file mode 100644 index 0000000..e6121b8 --- /dev/null +++ b/doc/config.ld @@ -0,0 +1,8 @@ +project = 'Fuzzel' +description = 'String matching library' +full_description = 'A few functions to do fuzzy string matching' +title = 'Penlight Documentation' +dir = 'doc' +use_markdown_titles = true +format = 'markdown' +file = '../src/fuzzel.lua' |
