Changeset 17

Show
Ignore:
Timestamp:
11/11/05 17:08:04 (3 years ago)
Author:
jcc7
Message:

Renamed "Using..." examples

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/tutorials/converttowiki/categories/ArraysCategory.html

    r12 r17  
    99  * <a href="DimensioningStaticArraysExample.html">DimensioningStaticArraysExample</a> 
    1010  * <a href="ReturningArraysFromFunctionsExample.html">ReturningArraysFromFunctionsExample</a> 
    11   * <a href="UsingCharArrayArgumentsExample.html">UsingCharArrayArgumentsExample</a> 
     11  * <a href="CharArrayArgumentsExample.html">CharArrayArgumentsExample</a> 
    1212</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/CommonErrorsCategory.html

    r12 r17  
    66<body><pre>= Common Errors =<br/> 
    77  * <a href="IncreasingSizeOfDynamicArrayExample.html">IncreasingSizeOfDynamicArrayExample</a> 
    8   * <a href="UsingObjectsExample.html">UsingObjectsExample</a> 
     8  * <a href="ObjectErrorExample.html">ObjectErrorExample</a> 
    99  * <a href="PrintingSliceFromStringExample.html">PrintingSliceFromStringExample</a> 
    1010</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories/DelegateCategory.html

    r12 r17  
    55</head> 
    66<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> 
    1010  * <a href="DontReturnStackDelegateExample.html">DontReturnStackDelegateExample</a> 
    1111  * <a href="CopyableStackDelegatesWithStructsAndClassesExample.html">CopyableStackDelegatesWithStructsAndClassesExample</a> 
  • trunk/src/tutorials/converttowiki/categories/StandardLibraryCategory.html

    r12 r17  
    1010  * <a href="OutBufferExample.html">OutBufferExample</a> 
    1111  * <a href="WinRegistryApiExample.html">WinRegistryApiExample</a> 
    12   * <a href="UsingFileModeExample.html">UsingFileModeExample</a> 
     12  * <a href="FileModeExample.html">FileModeExample</a> 
    1313  * <a href="ElapsedTimeExample.html">ElapsedTimeExample</a> 
    1414  * <a href="BaseSixtyFourDecodingExample.html">BaseSixtyFourDecodingExample</a> 
  • trunk/src/tutorials/converttowiki/categories/TutorialIntermediate.html

    r12 r17  
    55</head> 
    66<body><pre>= Intermediate =<br/> 
    7   * <a href="UsingMultipleExamples.html">UsingMultipleExamples</a> 
     7  * <a href="MultipleFunctionExamples.html">MultipleFunctionExamples</a> 
    88  * <a href="CharacterInitialValuesExample.html">CharacterInitialValuesExample</a> 
    99  * <a href="ModuleUsageExample.html">ModuleUsageExample</a> 
  • trunk/src/tutorials/converttowiki/categories/VersioningCategory.html

    r12 r17  
    66<body><pre>= Versioning =<br/> 
    77  * <a href="BuiltInVersionsExample.html">BuiltInVersionsExample</a> 
    8   * <a href="UsingVersionsToStoreMultipleProgramInOneFileExample.html">UsingVersionsToStoreMultipleProgramInOneFileExample</a> 
     8  * <a href="VersionsToStoreMultipleProgramInOneFileExample.html">VersionsToStoreMultipleProgramInOneFileExample</a> 
    99  * <a href="CompileTimeVersioningExample.html">CompileTimeVersioningExample</a> 
    1010</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories2/ArraysCategory.html

    r12 r17  
    1212  * <a href="DimensioningStaticArraysExample.html">DimensioningStaticArraysExample</a> 
    1313  * <a href="ReturningArraysFromFunctionsExample.html">ReturningArraysFromFunctionsExample</a> 
    14   * <a href="UsingCharArrayArgumentsExample.html">UsingCharArrayArgumentsExample</a> 
     14  * <a href="CharArrayArgumentsExample.html">CharArrayArgumentsExample</a> 
    1515</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories2/CommonErrorsCategory.html

    r12 r17  
    66<body><pre>= Common Errors =<br/> 
    77  * <a href="IncreasingSizeOfDynamicArrayExample.html">IncreasingSizeOfDynamicArrayExample</a> 
    8   * <a href="UsingObjectsExample.html">UsingObjectsExample</a> 
     8  * <a href="ObjectErrorExample.html">ObjectErrorExample</a> 
    99  * <a href="PrintingSliceFromStringExample.html">PrintingSliceFromStringExample</a> 
    1010</pre></body></html> 
  • trunk/src/tutorials/converttowiki/categories2/DelegateCategory.html

    r12 r17  
    55</head> 
    66<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> 
    1010  * <a href="DontReturnStackDelegateExample.html">DontReturnStackDelegateExample</a> 
    1111  * <a href="CopyableStackDelegatesWithStructsAndClassesExample.html">CopyableStackDelegatesWithStructsAndClassesExample</a> 
  • trunk/src/tutorials/converttowiki/categories2/StandardLibraryCategory.html

    r12 r17  
    1010  * <a href="OutBufferExample.html">OutBufferExample</a> 
    1111  * <a href="WinRegistryApiExample.html">WinRegistryApiExample</a> 
    12   * <a href="UsingFileModeExample.html">UsingFileModeExample</a> 
     12  * <a href="FileModeExample.html">FileModeExample</a> 
    1313  * <a href="ElapsedTimeExample.html">ElapsedTimeExample</a> 
    1414  * <a href="BaseSixtyFourDecodingExample.html">BaseSixtyFourDecodingExample</a> 
  • trunk/src/tutorials/converttowiki/categories2/TutorialIntermediate.html

    r12 r17  
    55</head> 
    66<body><pre>= Intermediate =<br/> 
    7   * <a href="UsingMultipleExamples.html">UsingMultipleExamples</a> 
     7  * <a href="MultipleFunctionExamples.html">MultipleFunctionExamples</a> 
    88  * <a href="CharacterInitialValuesExample.html">CharacterInitialValuesExample</a> 
    99  * <a href="ModuleUsageExample.html">ModuleUsageExample</a> 
  • trunk/src/tutorials/converttowiki/categories2/VersioningCategory.html

    r12 r17  
    66<body><pre>= Versioning =<br/> 
    77  * <a href="BuiltInVersionsExample.html">BuiltInVersionsExample</a> 
    8   * <a href="UsingVersionsToStoreMultipleProgramInOneFileExample.html">UsingVersionsToStoreMultipleProgramInOneFileExample</a> 
     8  * <a href="VersionsToStoreMultipleProgramInOneFileExample.html">VersionsToStoreMultipleProgramInOneFileExample</a> 
    99  * <a href="CompileTimeVersioningExample.html">CompileTimeVersioningExample</a> 
    1010</pre></body></html> 
  • trunk/src/tutorials/converttowiki/names.d

    r16 r17  
    1       "Struct Template": "StructTemplateExample";  
    2     - just date 
    3       "Simple Template": "SimpleTemplateExample"; 
    4     - just date 
    5       "Template Constructors": "TemplateConstructorsExample"; 
    6     - just date 
    7       "Template Functions": "TemplateFunctionsExample"; 
    8     - just date 
    91/* used by convertToWiki.d */ 
    102 
     
    207199            switch(e) 
    208200            { 
    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; 
    211203                case "Proper creation &amp; use of stack delegates": s = "StackDelegatesExample"; break; 
    212204                case "Don't Return a Stack Delegate": s = "DontReturnStackDelegateExample"; break;