MCPcopy Index your code
hub / github.com/aitjcize/cppman / member_table_def

Function member_table_def

cppman/formatter/cppreference.py:34–38  ·  view source on GitHub ↗
(g)

Source from the content-addressed store, hash-verified

32
33
34def member_table_def(g):
35 tbl = parse_table('<table>%s</table>' % str(g.group(3)))
36 # Escape column with '.' as prefix
37 tbl = re.compile(r'T{\n(\..*?)\nT}', re.S).sub(r'T{\n\\E \1\nT}', tbl)
38 return '\n.IP "%s"\n%s\n%s\n' % (g.group(1), g.group(2), tbl)
39
40
41def member_type_function(g):

Callers

nothing calls this directly

Calls 1

parse_tableFunction · 0.90

Tested by

no test coverage detected