neo_doxygen: Add missing documentation.
[nit.git] / contrib / neo_doxygen / src / tests / neo_doxygen_dump.nit
index 326a030..f52cd01 100644 (file)
@@ -36,6 +36,9 @@ redef class NeoDoxygenCommand
        redef fun create_store(url) do return new DebugStore
 end
 
+# Dummy storage medium that write a debugging output to the standard output.
+#
+# For testing purposes only.
 class DebugStore
        super GraphStore