Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
506 stars 165 forks source link

Document API #47

Closed Martinsos closed 8 years ago

Martinsos commented 8 years ago

Looking at .h file is not user friendly, I should create some nice documentation for API. It is probably best to use Doxygen for it.

Martinsos commented 8 years ago

Done