CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
--- a/trunk/Src/USourceGen.pas +++ b/trunk/Src/USourceGen.pas @@ -1197,7 +1197,6 @@ Decl: string; DeclBody: string; begin - // TODO: add comments SplitDeclFromDefn(Snippet.SourceCode, Decl, Dummy); Decl := StrTrim(Decl); case CommentStyle of @@ -1226,7 +1225,6 @@ var Dummy: string; begin - // TODO: remove leading comments / white space SplitDeclFromDefn(Snippet.SourceCode, Dummy, Result); end;