blob: eed862191d7844b4f96297f628d188f53c69233b (
plain)
1
2
3
4
5
6
7
8
|
project = 'Fuzzel'
description = 'String matching library'
full_description = 'A few functions to do fuzzy string matching'
title = 'Fuzzel Documentation'
dir = 'doc'
use_markdown_titles = true
format = 'discount'
file = '../src/fuzzel.lua'
|