Mercurial > hg > vamp-plugin-sdk
diff vamp/vamp.h @ 388:4ec736a36546
Minor doc updates
author | Chris Cannam |
---|---|
date | Wed, 20 May 2015 13:54:27 +0100 |
parents | d4fbd4e6fdbf |
children | 8701366604c7 |
line wrap: on
line diff
--- a/vamp/vamp.h Wed Jan 14 16:58:53 2015 +0000 +++ b/vamp/vamp.h Wed May 20 13:54:27 2015 +0100 @@ -250,7 +250,7 @@ /** API version with which this descriptor is compatible. */ unsigned int vampApiVersion; - /** Computer-usable name of the plugin. Must not change. [a-zA-Z0-9_] */ + /** Computer-usable name of the plugin. Must not change. [a-zA-Z0-9_-] */ const char *identifier; /** Human-readable name of the plugin. May be translatable. */