Add TODO and comments

This commit is contained in:
Peter Dell 2022-09-10 16:55:52 +02:00
parent b8c80a99b5
commit 6fc93c6cee
3 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import com.wudsn.ide.lng.compiler.CompilerSymbol;
/**
* Process log parser for {@link MadsCompiler}.
* TODO: Implement MP log parsing
*
* @author Peter Dell
*/

View File

@ -38,6 +38,7 @@ import org.eclipse.jface.text.IDocumentListener;
//import org.xml.sax.SAXParseException;
/**
* TODO No idea why this was created/copied??
*
* @author Peter Dell
* @since 1.7.1

View File

@ -130,6 +130,14 @@
</annotation>
<annotation>
<appInfo>
<meta.section type="apiinfo"/>
</appInfo>
<documentation>
The runners extension point is in the same pluging as the compilers extension point, because the runner have a depedencies to the compiler files of a compiler to (optinally) start with source related break points.
</documentation>
</annotation>
<annotation>