Incorrect parsing of Windows' line ends
A Common Lisp documentation system.
Status: Alpha
Brought to you by:
marcoxa
Files that have line endings in Windows format are not properly parsed. It seems that line endings are not detected, and the whole docstring is treated as one long line.
Once I convert a file to the Linux format, the docstrings are parsed properly and the various sections of the docstring are detected properly.
Ok. This may be a big one, but I would not know how to fix it, as I rely on READ to get the strings in the program.
I guess I will have to add a couple of caveats in the instructions.
OK. As a workaround I will use Unix line separators in my files.