On Tue, 18 Aug 2009 19:23:35 +0100 Martin <[email protected]> wrote:
> Mattias Gaertner wrote: > >> Hm, but there are some new lines, so the ability to show new lines > >> is there. There are about 5 or 6 ancestor classes with "Create", > >> after the first is a new line, then all in one single block, and > >> another new line in front of the last. > >> > >> Looks like maybe the 2 with the newline, have a newline in the > >> actual help text, so it is copied from there? > >> The newlines used by codetools: are the LineFeed or just #13? > >> > > > > It was not in the codetools, but in the fpdoc help. > > I added a line break. > > > > > Hm now I am getting no hint at all, but the following in the message > window (synedit.pp line: 748 constructor Create) > (the </ul> is in the xml) > > C:\lazarus_latest\docs\xml\lcl\controls.xml(15714,14) Error: > Unmatching element end tag (expected "</ul>") The error message was misleading. I improved it. Now it gives: docs/xml/lcl/controls.xml(15714,14) Error: Unmatching element end tag (expected "</ul>", found "</li>", start tag at 15713,14) There were several such broken tags. I fixed them. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
