neo_doxygen: Remove an old TODO.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Wed, 19 Nov 2014 20:17:44 +0000 (15:17 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 24 Nov 2014 14:49:56 +0000 (09:49 -0500)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

contrib/neo_doxygen/src/neo_doxygen.nit

index 070de06..7f38c01 100644 (file)
@@ -46,7 +46,6 @@ class NeoDoxygenJob
        fun load_project(name: String, dir: String, source: SourceLanguage) do
                check_name name
                model = new ProjectGraph(name)
-               # TODO Let the user select the language.
                var reader = new CompoundFileReader(model, source)
                # Queue for sub-directories.
                var directories = new Array[String]