Changeset 17
- Timestamp:
- 11/11/05 17:08:04 (3 years ago)
- Files:
-
- trunk/src/tutorials/converttowiki/categories/ArraysCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories/CharArrayArgumentsExample.html (added)
- trunk/src/tutorials/converttowiki/categories/CommonErrorsCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories/DelegateCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories/DelegateInsteadOfInterfaceExample.html (added)
- trunk/src/tutorials/converttowiki/categories/DelegatesWithinObjectsExample.html (added)
- trunk/src/tutorials/converttowiki/categories/FileModeExample.html (added)
- trunk/src/tutorials/converttowiki/categories/MultipleFunctionExamples.html (added)
- trunk/src/tutorials/converttowiki/categories/ObjectErrorExample.html (added)
- trunk/src/tutorials/converttowiki/categories/StackDelegatesExample.html (added)
- trunk/src/tutorials/converttowiki/categories/StandardLibraryCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories/TutorialIntermediate.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories/UsingCharArrayArgumentsExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories/UsingDelegateInsteadOfInterfaceExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories/UsingDelegatesWithinObjectsExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories/UsingFileModeExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories/UsingMultipleExamples.html (deleted)
- trunk/src/tutorials/converttowiki/categories/UsingObjectsExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories/UsingStackDelegatesExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories/UsingVersionsToStoreMultipleProgramInOneFileExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories/VersioningCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories/VersionsToStoreMultipleProgramInOneFileExample.html (added)
- trunk/src/tutorials/converttowiki/categories2/ArraysCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories2/CharArrayArgumentsExample.html (added)
- trunk/src/tutorials/converttowiki/categories2/CommonErrorsCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories2/DelegateCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories2/DelegateInsteadOfInterfaceExample.html (added)
- trunk/src/tutorials/converttowiki/categories2/DelegatesWithinObjectsExample.html (added)
- trunk/src/tutorials/converttowiki/categories2/FileModeExample.html (added)
- trunk/src/tutorials/converttowiki/categories2/MultipleFunctionExamples.html (added)
- trunk/src/tutorials/converttowiki/categories2/ObjectErrorExample.html (added)
- trunk/src/tutorials/converttowiki/categories2/StackDelegatesExample.html (added)
- trunk/src/tutorials/converttowiki/categories2/StandardLibraryCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories2/TutorialIntermediate.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories2/UsingCharArrayArgumentsExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories2/UsingDelegateInsteadOfInterfaceExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories2/UsingDelegatesWithinObjectsExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories2/UsingFileModeExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories2/UsingMultipleExamples.html (deleted)
- trunk/src/tutorials/converttowiki/categories2/UsingObjectsExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories2/UsingStackDelegatesExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories2/UsingVersionsToStoreMultipleProgramInOneFileExample.html (deleted)
- trunk/src/tutorials/converttowiki/categories2/VersioningCategory.html (modified) (1 diff)
- trunk/src/tutorials/converttowiki/categories2/VersionsToStoreMultipleProgramInOneFileExample.html (added)
- trunk/src/tutorials/converttowiki/names.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/tutorials/converttowiki/categories/ArraysCategory.html
r12 r17 9 9 * <a href="DimensioningStaticArraysExample.html">DimensioningStaticArraysExample</a> 10 10 * <a href="ReturningArraysFromFunctionsExample.html">ReturningArraysFromFunctionsExample</a> 11 * <a href=" UsingCharArrayArgumentsExample.html">UsingCharArrayArgumentsExample</a>11 * <a href="CharArrayArgumentsExample.html">CharArrayArgumentsExample</a> 12 12 </pre></body></html> trunk/src/tutorials/converttowiki/categories/CommonErrorsCategory.html
r12 r17 6 6 <body><pre>= Common Errors =<br/> 7 7 * <a href="IncreasingSizeOfDynamicArrayExample.html">IncreasingSizeOfDynamicArrayExample</a> 8 * <a href=" UsingObjectsExample.html">UsingObjectsExample</a>8 * <a href="ObjectErrorExample.html">ObjectErrorExample</a> 9 9 * <a href="PrintingSliceFromStringExample.html">PrintingSliceFromStringExample</a> 10 10 </pre></body></html> trunk/src/tutorials/converttowiki/categories/DelegateCategory.html
r12 r17 5 5 </head> 6 6 <body><pre>= Delegates =<br/> 7 * <a href=" UsingDelegatesWithinObjectsExample.html">UsingDelegatesWithinObjectsExample</a>8 * <a href=" UsingDelegateInsteadOfInterfaceExample.html">UsingDelegateInsteadOfInterfaceExample</a>9 * <a href=" UsingStackDelegatesExample.html">UsingStackDelegatesExample</a>7 * <a href="DelegatesWithinObjectsExample.html">DelegatesWithinObjectsExample</a> 8 * <a href="DelegateInsteadOfInterfaceExample.html">DelegateInsteadOfInterfaceExample</a> 9 * <a href="StackDelegatesExample.html">StackDelegatesExample</a> 10 10 * <a href="DontReturnStackDelegateExample.html">DontReturnStackDelegateExample</a> 11 11 * <a href="CopyableStackDelegatesWithStructsAndClassesExample.html">CopyableStackDelegatesWithStructsAndClassesExample</a> trunk/src/tutorials/converttowiki/categories/StandardLibraryCategory.html
r12 r17 10 10 * <a href="OutBufferExample.html">OutBufferExample</a> 11 11 * <a href="WinRegistryApiExample.html">WinRegistryApiExample</a> 12 * <a href=" UsingFileModeExample.html">UsingFileModeExample</a>12 * <a href="FileModeExample.html">FileModeExample</a> 13 13 * <a href="ElapsedTimeExample.html">ElapsedTimeExample</a> 14 14 * <a href="BaseSixtyFourDecodingExample.html">BaseSixtyFourDecodingExample</a> trunk/src/tutorials/converttowiki/categories/TutorialIntermediate.html
r12 r17 5 5 </head> 6 6 <body><pre>= Intermediate =<br/> 7 * <a href=" UsingMultipleExamples.html">UsingMultipleExamples</a>7 * <a href="MultipleFunctionExamples.html">MultipleFunctionExamples</a> 8 8 * <a href="CharacterInitialValuesExample.html">CharacterInitialValuesExample</a> 9 9 * <a href="ModuleUsageExample.html">ModuleUsageExample</a> trunk/src/tutorials/converttowiki/categories/VersioningCategory.html
r12 r17 6 6 <body><pre>= Versioning =<br/> 7 7 * <a href="BuiltInVersionsExample.html">BuiltInVersionsExample</a> 8 * <a href=" UsingVersionsToStoreMultipleProgramInOneFileExample.html">UsingVersionsToStoreMultipleProgramInOneFileExample</a>8 * <a href="VersionsToStoreMultipleProgramInOneFileExample.html">VersionsToStoreMultipleProgramInOneFileExample</a> 9 9 * <a href="CompileTimeVersioningExample.html">CompileTimeVersioningExample</a> 10 10 </pre></body></html> trunk/src/tutorials/converttowiki/categories2/ArraysCategory.html
r12 r17 12 12 * <a href="DimensioningStaticArraysExample.html">DimensioningStaticArraysExample</a> 13 13 * <a href="ReturningArraysFromFunctionsExample.html">ReturningArraysFromFunctionsExample</a> 14 * <a href=" UsingCharArrayArgumentsExample.html">UsingCharArrayArgumentsExample</a>14 * <a href="CharArrayArgumentsExample.html">CharArrayArgumentsExample</a> 15 15 </pre></body></html> trunk/src/tutorials/converttowiki/categories2/CommonErrorsCategory.html
r12 r17 6 6 <body><pre>= Common Errors =<br/> 7 7 * <a href="IncreasingSizeOfDynamicArrayExample.html">IncreasingSizeOfDynamicArrayExample</a> 8 * <a href=" UsingObjectsExample.html">UsingObjectsExample</a>8 * <a href="ObjectErrorExample.html">ObjectErrorExample</a> 9 9 * <a href="PrintingSliceFromStringExample.html">PrintingSliceFromStringExample</a> 10 10 </pre></body></html> trunk/src/tutorials/converttowiki/categories2/DelegateCategory.html
r12 r17 5 5 </head> 6 6 <body><pre>= Delegates =<br/> 7 * <a href=" UsingDelegatesWithinObjectsExample.html">UsingDelegatesWithinObjectsExample</a>8 * <a href=" UsingDelegateInsteadOfInterfaceExample.html">UsingDelegateInsteadOfInterfaceExample</a>9 * <a href=" UsingStackDelegatesExample.html">UsingStackDelegatesExample</a>7 * <a href="DelegatesWithinObjectsExample.html">DelegatesWithinObjectsExample</a> 8 * <a href="DelegateInsteadOfInterfaceExample.html">DelegateInsteadOfInterfaceExample</a> 9 * <a href="StackDelegatesExample.html">StackDelegatesExample</a> 10 10 * <a href="DontReturnStackDelegateExample.html">DontReturnStackDelegateExample</a> 11 11 * <a href="CopyableStackDelegatesWithStructsAndClassesExample.html">CopyableStackDelegatesWithStructsAndClassesExample</a> trunk/src/tutorials/converttowiki/categories2/StandardLibraryCategory.html
r12 r17 10 10 * <a href="OutBufferExample.html">OutBufferExample</a> 11 11 * <a href="WinRegistryApiExample.html">WinRegistryApiExample</a> 12 * <a href=" UsingFileModeExample.html">UsingFileModeExample</a>12 * <a href="FileModeExample.html">FileModeExample</a> 13 13 * <a href="ElapsedTimeExample.html">ElapsedTimeExample</a> 14 14 * <a href="BaseSixtyFourDecodingExample.html">BaseSixtyFourDecodingExample</a> trunk/src/tutorials/converttowiki/categories2/TutorialIntermediate.html
r12 r17 5 5 </head> 6 6 <body><pre>= Intermediate =<br/> 7 * <a href=" UsingMultipleExamples.html">UsingMultipleExamples</a>7 * <a href="MultipleFunctionExamples.html">MultipleFunctionExamples</a> 8 8 * <a href="CharacterInitialValuesExample.html">CharacterInitialValuesExample</a> 9 9 * <a href="ModuleUsageExample.html">ModuleUsageExample</a> trunk/src/tutorials/converttowiki/categories2/VersioningCategory.html
r12 r17 6 6 <body><pre>= Versioning =<br/> 7 7 * <a href="BuiltInVersionsExample.html">BuiltInVersionsExample</a> 8 * <a href=" UsingVersionsToStoreMultipleProgramInOneFileExample.html">UsingVersionsToStoreMultipleProgramInOneFileExample</a>8 * <a href="VersionsToStoreMultipleProgramInOneFileExample.html">VersionsToStoreMultipleProgramInOneFileExample</a> 9 9 * <a href="CompileTimeVersioningExample.html">CompileTimeVersioningExample</a> 10 10 </pre></body></html> trunk/src/tutorials/converttowiki/names.d
r16 r17 1 "Struct Template": "StructTemplateExample";2 - just date3 "Simple Template": "SimpleTemplateExample";4 - just date5 "Template Constructors": "TemplateConstructorsExample";6 - just date7 "Template Functions": "TemplateFunctionsExample";8 - just date9 1 /* used by convertToWiki.d */ 10 2 … … 207 199 switch(e) 208 200 { 209 case "DelegateTest.d": s = " UsingDelegatesWithinObjectsExample"; break;210 case "Delegates": s = " UsingDelegateInsteadOfInterfaceExample"; break;201 case "DelegateTest.d": s = "DelegatesWithinObjectsExample"; break; 202 case "Delegates": s = "DelegateInsteadOfInterfaceExample"; break; 211 203 case "Proper creation & use of stack delegates": s = "StackDelegatesExample"; break; 212 204 case "Don't Return a Stack Delegate": s = "DontReturnStackDelegateExample"; break;
