mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
comments in preferences-metadata file
This commit is contained in:
parent
349d25a2d2
commit
da8958c330
1 changed files with 6 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ $heading = "";
|
|||
$accumulated = "";
|
||||
|
||||
print "
|
||||
/* This file was generated by tools/process-metadata */
|
||||
void
|
||||
UIConfiguration::build_metadata ()
|
||||
{
|
||||
|
|
@ -14,6 +15,10 @@ UIConfiguration::build_metadata ()
|
|||
#define VAR_META(name,...) { char const * _x[] { __VA_ARGS__ }; all_metadata.insert (std::make_pair<std::string,Metadata> ((name), PBD::upcase (_x))); }\n\n";
|
||||
|
||||
while (<>) {
|
||||
if (/^#/) {
|
||||
next;
|
||||
}
|
||||
|
||||
if (/\[SECTION:/) {
|
||||
chop;
|
||||
s/\[SECTION://;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue