CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
129 stars 44 forks source link

scopedef: Fix minor docstring formatting bug #120

Closed EricCousineau-TRI closed 3 years ago

EricCousineau-TRI commented 3 years ago

Resolves #117

EricCousineau-TRI commented 3 years ago

Before:

image

After:

image

EricCousineau-TRI commented 3 years ago

Huh... dunno why that alignment looks so crappy...

EricCousineau-TRI commented 3 years ago

Here's what 90b2601 does:

image

iMichka commented 3 years ago

Thanks for the cleanup @EricCousineau-TRI