From a0f301c115b1fa9dba9eae77ebd3a31378e4ae31 Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 16 Jun 2011 22:15:09 +0000 Subject: [PATCH] Added link to Clean compile page. Removed embedded instructions. Author:halw Date:2011-06-16T22:15:09.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@927 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../converting-existing-software-void-safety/index.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/method/void-safe-programming-eiffel/converting-existing-software-void-safety/index.wiki b/documentation/current/method/void-safe-programming-eiffel/converting-existing-software-void-safety/index.wiki index 3eddae02..5940e2a6 100644 --- a/documentation/current/method/void-safe-programming-eiffel/converting-existing-software-void-safety/index.wiki +++ b/documentation/current/method/void-safe-programming-eiffel/converting-existing-software-void-safety/index.wiki @@ -47,7 +47,7 @@ The libraries distributed with EiffelStudio have been converted to support void- First make sure your project will compile correctly under the configuration of EiffelStudio that you intend to use to convert to void-safe. -Then set the project setting '''Full Class Checking''' to '''True'''. Do a ''clean'' compile of your system. To do this shut down EiffelStudio, and restart it. When the project selection dialog appears, select your project, then next to '''Action:''' select '''Compile''' in the drop-down, and check '''Clean'''. +Then set the project setting '''Full Class Checking''' to '''True'''. Do a ''[[Clean compile|clean compile]]'' of your system. Full class checking will analyze your classes to make sure that in cases of inheritance, features of the parent classes are rechecked for validity in the heirs.