This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / tools / monop / TODO
index b6229cca70c720dbc5a318dcac23693683c55140..8adbf660a79c5c35762440fc405c21d6e1cb64df 100644 (file)
@@ -1,7 +1,12 @@
 TODO
 ----
 
+       * Add options like /show-private. For example, if you view System.String
+         you should only see public methods etc unless you specify /private. Similar
+         thing for other scope things.
+       * Add support for events
        * Support for params (show the params keyword)
-       * handle explicit vs. implicit interfaces
-       * handle ~ based paths (ex -r:~/foo.dll)
-       * improve commandline handling
+       * Handle interfaces:
+               * handle explicit vs. implicit impl
+       * Fields
+       * Do delegates
\ No newline at end of file