Feneric / doxypypy

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

Importing 'linesep' from 'os' leeds to every other line being blank in Windows #52

Closed cfrings closed 2 years ago

cfrings commented 6 years ago

See: https://stackoverflow.com/questions/21636213/why-you-shouldnt-use-os-linesep-when-editing-on-text-mode

This then breaks doxygen's comment parsing.

Defining linesep as \n works.

burgerbecky commented 5 years ago

I've tested this, changing linesep to \n works on Linux, Mac and Windows.

burgerbecky commented 5 years ago

I've created a Pull Request on this issue, since I have the same problem.

Feneric commented 2 years ago

Fixed.