tvout/tvoutengine/inc/glxtv.h
changeset 52 a3a4c0de738e
parent 43 72396548277c
--- a/tvout/tvoutengine/inc/glxtv.h	Sat Jul 10 00:59:39 2010 +0530
+++ b/tvout/tvoutengine/inc/glxtv.h	Fri Jul 23 20:41:04 2010 +0530
@@ -68,7 +68,6 @@
 /**
  * Class Description
  * A class that handles and propagates UI change notifications
- * @author Loughlin
  */        
 NONSHARABLE_CLASS (CGlxTv) : public CBase,
                              public MGlxWindowVisibilityObserver,
@@ -94,12 +93,12 @@
      */
     CGlxTv(MGlxTvObserver& aTvObserver);
     
-    /*
+    /**
      * Symbian second stage construction
      */
     void ConstructL(); 
    
-public: // class public method   
+public: /// class public method   
    
     /**
      * Get the current screen size
@@ -158,30 +157,30 @@
     void StopMonitoringEnvironment();
     
 private: // class member data    
-    // Not Owned: The TV out observer 
+    /// Not Owned: The TV out observer 
     MGlxTvObserver& iTvObserver;
 
-    // Owned: The Window visibility monitor
+    /// Owned: The Window visibility monitor
     CGlxWindowVisibilityMonitor* iWindowVisibilityMonitor;
 
-    // Owned: The TV connection monitor
+    /// Owned: The TV connection monitor
     CGlxTvConnectionMonitor* iTvConnectionMonitor;
  
-    // Size of the TV Out display size
+    /// Size of the TV Out display size
     TSize iSzInPixels;
     
-    // Owned: The central repository where TV display ratio is held.
+    /// Owned: The central repository where TV display ratio is held.
     CRepository* iCenRep;
     
-     // The implementation of the class, hidden from clients
+    /// The implementation of the class, hidden from clients
 	class CGlxTvOutCenRepMonitor;
 	
-	// Owned: Monitoring class for Tv Ratio Values
+	/// Owned: Monitoring class for Tv Ratio Values
 	CGlxTvOutCenRepMonitor* iTvDisplayAspectRatioMonitor; 
 	
-	// The TV aspect ratio
+	/// The TV aspect ratio
 	TInt iAspectRatio;
     };
     
     
-#endif // __GLXTV_H__
\ No newline at end of file
+#endif // __GLXTV_H__