debugsrv/runmodedebug/rmdriver/src/d_rmd_breakpoints.cpp
changeset 56 aa2539c91954
parent 42 0ff24a8f6ca2
--- a/debugsrv/runmodedebug/rmdriver/src/d_rmd_breakpoints.cpp	Wed Sep 29 17:45:35 2010 +0300
+++ b/debugsrv/runmodedebug/rmdriver/src/d_rmd_breakpoints.cpp	Fri Oct 08 14:56:39 2010 +0300
@@ -1,7 +1,7 @@
 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
 // which accompanies this distribution, and is available
 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
 //
@@ -39,7 +39,7 @@
 
 using namespace Debug;
 
-/* @internalTechnology
+/**
  *
  * Checks whether aAddress is correctly aligned for placing a breakpoint of
  * cpu architecture aMode.
@@ -89,7 +89,7 @@
 	return ETrue;
 	};
 
-/* @internalTechnology
+/**
  *
  * Returns the size of a breakpoint of architecture aMode in bytes
  * 
@@ -121,7 +121,7 @@
 		}
 	};
 
-/* @internalTechnology
+/**
  *
  * Checks whether two TBreakEntrys overlap
  *
@@ -163,7 +163,7 @@
 	return ETrue;
 	}
 
-/* @internalTechnology
+/**
  * 
  * Returns the breakpoint bitpattern to use for each architecture type
  *