Naturaldocs updates

Signed-off-by: eantwuh <antal.wu-hen-chang@ericsson.com>
diff --git a/src/LoadGen/EPTF_MBT_LGen_Definitions.ttcn b/src/LoadGen/EPTF_MBT_LGen_Definitions.ttcn
index 10ad297..4e42833 100755
--- a/src/LoadGen/EPTF_MBT_LGen_Definitions.ttcn
+++ b/src/LoadGen/EPTF_MBT_LGen_Definitions.ttcn
@@ -21,26 +21,29 @@
 //  Purpose:
 //    Type definitions for the MBT Applib
 //
+//  Detailed comments:
+//    The MBT applib provides a simple FSM that can catch the reported events from the applibs
+//    and can execute all desired test steps registered by the applibs. The behavior of the 
+//    FSM can be controlled via functions in the "User mapping" code, or via MBT Applib PDUs
+//    on the MBT Applib Interface: the <EPTF_MBT_Tester_CT> component has a <EPTF_MBT_PortType>
+//    to control and observe the behavior of the <EPTF_MBT_LGen_CT> component running the FSM <f_EPTF_MBT_initLGenFsm> and
+//    the applibs.
+//    The MBT applib can be used to test other applibs from their FSM API point of view, or use applibs
+//    as test harnesses.
+//
 //  Module paramters:
 //    - tsp_EPTF_MBT_LGen_debug - *boolean* - Enable/disable verbose debugging
 //    - tsp_EPTG_MBT_execute_lockTimeout - *float* - Maximum waiting time for
 //      the f_EPTF_MBT_execute function when locking is used.
 //
 //  Module depends on:  
-//    <EPTF_CLL_Base_Definitions>
-//
-//    <EPTF_CLL_Common_Definitions>
-//
-//    <EPTF_CLL_Scheduler_Definitions>
-//
-//    <EPTF_CLL_RBTScheduler_Definitions>
-//
-//    <EPTF_CLL_LGenBase_Definitions>
-//
-//    <EPTF_CLL_FBQ_Definitions>
-//
-//    <EPTF_CLL_Logging_Definitions>
-//
+//    - <EPTF_CLL_Base_Definitions>
+//    - <EPTF_CLL_Common_Definitions>
+//    - <EPTF_CLL_Scheduler_Definitions>
+//    - <EPTF_CLL_RBTScheduler_Definitions>
+//    - <EPTF_CLL_LGenBase_Definitions>
+//    - <EPTF_CLL_FBQ_Definitions>
+//    - <EPTF_CLL_Logging_Definitions>
 //////////////////////////////////////////////////// 
 module EPTF_MBT_LGen_Definitions
 {
diff --git a/src/LoadGen/EPTF_MBT_LGen_Functions.ttcn b/src/LoadGen/EPTF_MBT_LGen_Functions.ttcn
index 37cc14a..5f8364f 100644
--- a/src/LoadGen/EPTF_MBT_LGen_Functions.ttcn
+++ b/src/LoadGen/EPTF_MBT_LGen_Functions.ttcn
@@ -15,6 +15,31 @@
 //  Contact:  http://ttcn.ericsson.se
 ///////////////////////////////////////////////////////////////////////////////
 
+////////////////////////////////////////////////////
+//  Module: EPTF_MBT_LGen_Functions
+//
+//  Purpose:
+//    Functions of the MBT Applib
+//
+//  Module depends on:
+//    - <EPTF_MBT_LGen_Definitions>
+//    - <EPTF_CLL_Logging_Definitions>
+//    - <EPTF_CLL_Logging_Functions>
+//    - <EPTF_CLL_Common_Definitions>
+//    - <EPTF_CLL_Variable_Definitions>
+//    - <EPTF_CLL_Variable_Functions>
+//    - <EPTF_CLL_Scheduler_Definitions>
+//    - <EPTF_CLL_Base_Definitions>
+//    - <EPTF_CLL_Base_Functions>
+//    - <EPTF_CLL_LGenBase_ConfigDefinitions>
+//    - <EPTF_CLL_LGenBase_ConfigFunctions>
+//    - <EPTF_CLL_LGenBase_Functions>
+//    - <EPTF_CLL_LGenBase_Definitions>
+//    - <EPTF_CLL_LGenBase_EventHandlingFunctions>
+//    - <EPTF_CLL_LGenBase_StepFunctions>
+//    - <EPTF_CLL_RBTScheduler_Functions>
+//    - <EPTF_CLL_Semaphore_Functions>
+//////////////////////////////////////////////////// 
 module EPTF_MBT_LGen_Functions
 {