TODO 928 B

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