From fdd4db06242baac62c5c2efbcfe7ca4a3edf87be Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Tue, 28 Aug 2012 15:46:47 +0200 Subject: [PATCH] fixed doxygen in lte-as-sap.h --- src/lte/model/lte-as-sap.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lte/model/lte-as-sap.h b/src/lte/model/lte-as-sap.h index 4367b2282..e5e4351c0 100644 --- a/src/lte/model/lte-as-sap.h +++ b/src/lte/model/lte-as-sap.h @@ -32,10 +32,10 @@ class LteEnbNetDevice; /** * This class implements the Access Stratum (AS) Service Access Point - * (SAP), i.e., the interface between the EpcUeNas and the LteEnbRrc - * and the EpcEnbApplication. In particular, this class implements the + * (SAP), i.e., the interface between the EpcUeNas and the LteUeRrc. + * In particular, this class implements the * Provider part of the SAP, i.e., the methods exported by the - * LteEnbRrc and called by the EpcUeNas. + * LteUeRrc and called by the EpcUeNas. * */ class LteAsSapProvider @@ -73,10 +73,10 @@ public: /** * This class implements the Access Stratum (AS) Service Access Point - * (SAP), i.e., the interface between the EpcUeNas and the LteEnbRrc - * and the EpcEnbApplication. In particular, this class implements the + * (SAP), i.e., the interface between the EpcUeNas and the LteUeRrc + * In particular, this class implements the * User part of the SAP, i.e., the methods exported by the - * EpcUeNas and called by the LteEnbRrc. + * EpcUeNas and called by the LteUeRrc. * */ class LteAsSapUser