fix(schema): now docs look good too

This commit is contained in:
Sebastian Thiel
2015-03-02 19:18:06 +01:00
parent a5e675e7a9
commit 49c2ffb8e0

View File

@@ -21,5 +21,5 @@ pub struct ${s.id}\
</%def>
<%def name="doc(s)">\
${s.get('description', 'There is no detailed description.')}
${s.get('description', 'There is no detailed description.')}\
</%def>