Menu

Diff of /trunk/Src/USourceGen.pas [r1884] .. [r1885]  Maximize  Restore

Switch to side-by-side view

--- 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;
 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.