Modifications all over the place, but mainly only to update Doxygen documentation

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@515 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip/include/pjsip-simple/evsub.h b/pjsip/include/pjsip-simple/evsub.h
index 0bcd63a..4eb2ae1 100644
--- a/pjsip/include/pjsip-simple/evsub.h
+++ b/pjsip/include/pjsip-simple/evsub.h
@@ -30,6 +30,7 @@
 /**
  * @defgroup PJSIP_EVENT_NOT SIP Event Notification (RFC 3265) Module
  * @ingroup PJSIP_SIMPLE
+ * @brief Core Event Subscription framework, used by presence, call transfer, etc.
  * @{
  *
  * This module provides the implementation of SIP Extension for SIP Specific
@@ -430,7 +431,7 @@
  * Set event subscription's module data.
  *
  * @param sub		The event subscription.
- * @param index		The module id.
+ * @param mod_id	The module id.
  * @param data		Arbitrary data.
  */
 PJ_DECL(void) pjsip_evsub_set_mod_data( pjsip_evsub *sub, unsigned mod_id,