Home
last modified time | relevance | path

Searched refs:body (Results 1 – 2 of 2) sorted by relevance

/mbedtls-development/scripts/
A Dassemble_changelog.py118 def format_category(cls, title, body): argument
171 body, body_line)
172 for title_match, title_line, body, body_line
176 def format_category(cls, title, body): argument
179 if not body.endswith('\n\n'):
180 body += '\n'
181 return title + '\n' + body
223 body_split = category.body.splitlines()
237 self.categories[category.name] += category.body
270 for title, body in self.categories.items():
[all …]
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile425 # documentation blocks found inside the body of a function.
805 # Setting the INLINE_SOURCES tag to YES will include the body

Completed in 9 milliseconds