Feneric / doxypypy

A more Pythonic version of doxypy, a Doxygen filter for Python.
GNU General Public License v2.0
149 stars 49 forks source link

Add whitespace to multi-line helper text #94

Open ddfault opened 1 year ago

ddfault commented 1 year ago

Added whitespace to the multi line helper text that was missing a space between the code in multi lines For example, main branch help looks like: -O, --object-respect By default, doxypypy hides object class from class dependencieseven if class inherits explictilty from objects (new-style class),this option disable this. This commit looks like: -O, --object-respect By default, doxypypy hides object class from class dependencies even if class inherits explictilty from objects (new-style class), this option disable this.

ddfault commented 1 year ago

This is a very minor edit, but I noticed some missing spaces in the help test when I ran it and thought I would try and get it fixed for you.