# HG changeset patch # User Stefan Karlsson # Date 1270903227 -3600 # Node ID 4780393bfbba664d70e68cd6537824f76c168b48 # Parent d1bdfdf534bdf9c85907c07da094876d457855de Got rid of some trivial warnings (nested comments and tokens after #endif). diff -r d1bdfdf534bd -r 4780393bfbba photosgallery/viewframework/plugins/fullscreenviewpluginbase/inc/glxfullscreenviewpluginbase.h --- a/photosgallery/viewframework/plugins/fullscreenviewpluginbase/inc/glxfullscreenviewpluginbase.h Thu Apr 08 20:18:37 2010 +0100 +++ b/photosgallery/viewframework/plugins/fullscreenviewpluginbase/inc/glxfullscreenviewpluginbase.h Sat Apr 10 13:40:27 2010 +0100 @@ -41,8 +41,6 @@ public: /** - - /** * Destructor. */ IMPORT_C virtual ~CGlxFullScreenViewPluginBase(); diff -r d1bdfdf534bd -r 4780393bfbba photosgallery/viewframework/plugins/gridviewpluginbase/inc/glxgridviewpluginbase.h --- a/photosgallery/viewframework/plugins/gridviewpluginbase/inc/glxgridviewpluginbase.h Thu Apr 08 20:18:37 2010 +0100 +++ b/photosgallery/viewframework/plugins/gridviewpluginbase/inc/glxgridviewpluginbase.h Sat Apr 10 13:40:27 2010 +0100 @@ -41,8 +41,6 @@ public: /** - - /** * Destructor. */ IMPORT_C virtual ~CGlxGridViewPluginBase(); diff -r d1bdfdf534bd -r 4780393bfbba photosgallery/viewframework/views/cloudview/inc/glxcloudviewcontrol.h --- a/photosgallery/viewframework/views/cloudview/inc/glxcloudviewcontrol.h Thu Apr 08 20:18:37 2010 +0100 +++ b/photosgallery/viewframework/views/cloudview/inc/glxcloudviewcontrol.h Sat Apr 10 13:40:27 2010 +0100 @@ -227,7 +227,7 @@ * */ void HandleKeyDownL(); - /** + /** * @since S60 3.2 * diff -r d1bdfdf534bd -r 4780393bfbba photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h --- a/photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h Thu Apr 08 20:18:37 2010 +0100 +++ b/photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h Sat Apr 10 13:40:27 2010 +0100 @@ -122,7 +122,7 @@ // Create Grid once again after returning from FS as No calls for handleItem added. void CreateGridAfterFSDeactivatedL(); - /** + /** * Handle Multiple marking */