Index: /trunk/include/iprt/initterm.h
===================================================================
--- /trunk/include/iprt/initterm.h	(revision 57941)
+++ /trunk/include/iprt/initterm.h	(revision 57942)
@@ -36,5 +36,11 @@
  */
 
-/** @defgroup grp_rt_initterm  Init / Term
+/** @defgroup grp_rt_initterm  RTInit/RTTerm - Initialization and Termination
+ *
+ * APIs for initializing and terminating the IPRT, optionally it can also
+ * convert input arguments to UTF-8 (in ring-3).
+ *
+ * @sa RTOnce, RTOnceEx.
+ *
  * @{
  */
Index: /trunk/include/iprt/ldrlazy.h
===================================================================
--- /trunk/include/iprt/ldrlazy.h	(revision 57941)
+++ /trunk/include/iprt/ldrlazy.h	(revision 57942)
@@ -29,7 +29,14 @@
 #include <iprt/ldr.h>
 
-/** @defgroup grp_rt_ldrlazy        Lazy shared library linking.
+/** @defgroup grp_rt_ldrlazy        RTLdrLazy - Lazy shared library linking.
  * @ingroup grp_rt
  *
+ * This is a set of macros which will produce code for dynamically loading and
+ * resolving symbols in shared libraries (DLLs).
+ *
+ * There is an assembly language alternative to this that only requires writing
+ * a list of symbols in a format similar to what the microsoft linkers take as
+ * input when producing DLLs and import libraries.  That is probably preferable
+ * over this code.  See src/bldprog/VBoxDef2LazyLoad.cpp.
  *
  * @{
