blob: e6121b8f99c365fb50935189744781ea271500c6 (
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 = 'Penlight Documentation'
dir = 'doc'
use_markdown_titles = true
format = 'markdown'
file = '../src/fuzzel.lua'
|