Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / docs / TODO
1 * Methods that should be static, but I cant commit now because of other patches:
2
3         mono_class_set_failure
4         mono_class_get_nullable_param
5         mono_assembly_loaded_full
6
7 * Methods that might need to be static, but am not sure:
8         mono_assembly_loaded_full
9         mono_image_loaded_by_guid_full
10         mono_image_loaded_full
11
12 * Namespacing
13
14         Do we need to re-namespace the published helper_ routines to avoid
15         poluting the namespace?
16
17                 helper_compile_generic_method
18                 helper_ldstr
19                 helper_ldstr_mscorlib
20                 helper_newobj_mscorlib
21                 helper_stelem_ref
22                 helper_stelem_ref_check
23
24 * Need to make public:
25
26         If the mono_mb_ interface is public, we need to make public:
27         
28         MonoWrapperType
29         MonoDefaults.
30
31 * Generate a table of contents at the begining of each page for APIs.
32
33 * Fill in with a concept guide
34
35 * Install documentation into monodoc's standard location.
36
37 * Add support for inserting "api:" nodes into the index in the Monodoc XHTML provider.