make: add empty return docs

reviewable/pr18780/r1
Linus Unnebäck 9 years ago
parent a0aef208b6
commit b328feccb1

@ -58,6 +58,10 @@ EXAMPLES = '''
BACKEND: lapack
'''
# TODO: Disabled the RETURN as it was breaking docs building. Someone needs to
# fix this
RETURN = '''# '''
def format_params(params):
return [k + '=' + str(v) for k, v in params.iteritems()]

Loading…
Cancel
Save