fix(markup): examples section in mbuilder got lost

This commit is contained in:
Sebastian Thiel
2015-03-05 17:54:58 +01:00
parent fad0a7177a
commit 4bdee961d1

View File

@@ -54,6 +54,7 @@ ${m.description | rust_doc_comment}
///
% if part_desc:
${part_desc | rust_doc_comment}
///
% endif
/// # Example
///
@@ -176,7 +177,7 @@ ${self._setter(resource, method, m, p, part_prop, ThisType, c)}\
# end for each required property
required_args = ', '.join(required_args)
random_value_warning = "Values shown here are random and not representative !"
random_value_warning = "Values shown here are possibly random and not representative !"
%>\
<%block filter="rust_doc_test_norun">\
${capture(util.test_prelude) | hide_rust_doc_test}\