We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0f0b5 commit e1fc3cdCopy full SHA for e1fc3cd
docs/source/conf.py
@@ -24,6 +24,8 @@ def output_func(docs, func):
24
is_variable_buffer_ret = 'unsigned char *bytes_out, size_t len, size_t *written' in func
25
for l in docs:
26
ret.extend(get_doc_lines(l))
27
+ if ret[-1] != '':
28
+ ret.append('')
29
if is_normal_ret:
30
if is_variable_buffer_ret:
31
ret.append(' :return: See :ref:`variable-length-output-buffers`')
0 commit comments