commit | 4797b6506294192992928ef9aefa926974b9b57d | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Jan 04 18:21:48 2017 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Jan 04 18:21:48 2017 -0800 |
tree | 2e65cbf1ebe4d9c7c448dac5f1581a071af1e49c | |
parent | be53ac1296a41eb77c098ed0d32a4e0849cb4e7f [diff] |
update list.txt to jinja2 syntax Change-Id: I9bf82a34430aaf2fbb06e5676144393fca72f18f
diff --git a/xos/tools/apigen/list.txt b/xos/tools/apigen/list.txt index 3e115e3..2fee073 100644 --- a/xos/tools/apigen/list.txt +++ b/xos/tools/apigen/list.txt
@@ -1,3 +1,3 @@ -{% for o in generator.all %} -{{ o.camel }} +{% for o in generator.all() %} +{{ o.camel() }} {% endfor %}