Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
c30162e0507446237eb92afafdbc0779b699689d
/
.
/
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