# HG changeset patch # User Chris Cannam # Date 1486640980 0 # Node ID 8701366604c7d23fdcf13b9732cb92debec65b19 # Parent 6dfe3dd38878b7eb3138fc5f80966668d980de18 Update a couple of comments to match the specifications elsewhere diff -r 6dfe3dd38878 -r 8701366604c7 vamp/vamp.h --- a/vamp/vamp.h Tue Jan 31 12:04:20 2017 +0000 +++ b/vamp/vamp.h Thu Feb 09 11:49:40 2017 +0000 @@ -70,7 +70,7 @@ typedef struct _VampParameterDescriptor { - /** Computer-usable name of the parameter. Must not change. [a-zA-Z0-9_] */ + /** Computer-usable name of the parameter. Must not change. [a-zA-Z0-9_-] */ const char *identifier; /** Human-readable name of the parameter. May be translatable. */ @@ -117,7 +117,7 @@ typedef struct _VampOutputDescriptor { - /** Computer-usable name of the output. Must not change. [a-zA-Z0-9_] */ + /** Computer-usable name of the output. Must not change. [a-zA-Z0-9_-] */ const char *identifier; /** Human-readable name of the output. May be translatable. */