From ab5b1cf048703c21ebc9dc428dbb0d2708adf7c0 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 14 Sep 2016 20:02:08 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e7bfb..9b06d5a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The library is aware of different text encodings and can convert between differe ## Usage For examples check out the command line interface of [Tag Editor](https://github.com/Martchus/tageditor). +API documentation can be generated using Doxygen with `make tagparser_apidoc`. ## Bugs, stability - Matroska files composed of more than one segment aren't tested yet and might not work @@ -49,4 +50,4 @@ It also depends on zlib. ## TODO - Support more formats (EXIF, PDF metadata, Theora, ...) - Do tests with Matroska files which have multiple segments -- Support building in cue-sheet in flac +- Support adding cue-sheet to FLAC files