Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
39e8558d04c4f4bfc176cb140b6c3f07447195ca
/
.
/
planetstack
/
apigen
/
deps.template.json
blob: e4164cf138d8626985e26c90bd89f7e4665bd619 [
file
] [
log
] [
blame
]
Sapan Bhatia
3a45f8b
2014-01-14 21:20:16 -0500
[
diff
] [
blame
]
1
{
2
{%
for o in generator
.
all
%}
3
"{{ o.camel }}"
:
[
4
{%
for f in o
.
refs
%}
"{{ f.camel }}"
,
5
{%
endfor
%}]
6
{%
endfor
%}
7
}
8