瀏覽代碼

Make topic titles more like [Code]'s.

Martijn Laan 5 年之前
父節點
當前提交
ae0f7aa717
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 3 3
      Projects/ISPP/Help/ispp.xml
  2. 2 2
      Projects/ISPP/Help/ispp.xsl

+ 3 - 3
Projects/ISPP/Help/ispp.xml

@@ -45,7 +45,7 @@
     </description>
     </description>
 		<subtopicstitle>All topics</subtopicstitle>
 		<subtopicstitle>All topics</subtopicstitle>
 		<topic id="directives">
 		<topic id="directives">
-			<title>Directives</title>
+			<title>Directives Reference</title>
  			<description header="no">
  			<description header="no">
 				<para>There are two kinds of directives in ISPP: simple and inline.</para>
 				<para>There are two kinds of directives in ISPP: simple and inline.</para>
 				<para>Simple directives occupy a whole line and begin with the <synel>#</synel> symbol. For example the following defines a variable called <synel>MyAppName</synel>:</para>
 				<para>Simple directives occupy a whole line and begin with the <synel>#</synel> symbol. For example the following defines a variable called <synel>MyAppName</synel>:</para>
@@ -661,9 +661,9 @@ The list of options is provided at the end of this topic.</para>
 		</topic>
 		</topic>
 		<!--   FUNCTIONS -->
 		<!--   FUNCTIONS -->
 		<topic id="funcs">
 		<topic id="funcs">
-			<title>Functions</title>
+			<title>Support Functions Reference</title>
 			<description header="no">
 			<description header="no">
-				<para>There are a number of predefined functions provided by ISPP which you can use to perform compile-time actions and/or change your script. For example the following uses ISPP function <link href="GetVersionNumbersString">GetVersionNumbersString</link> to read version info from an EXE and uses the return value of the function to set the <extlink href="ms-its:isetup.chm::/topic_setup_appvername.htm">AppVerName</extlink> [Setup] section directive using ISPP directive &emit;:</para>
+				<para>There are a number of built-in support functions which you can use to perform compile-time actions and/or change your script. For example the following uses ISPP function <link href="GetVersionNumbersString">GetVersionNumbersString</link> to read version info from an EXE and uses the return value of the function to set the <extlink href="ms-its:isetup.chm::/topic_setup_appvername.htm">AppVerName</extlink> [Setup] section directive using ISPP directive &emit;:</para>
         <pre>
         <pre>
           <line>#define MyAppVer GetVersionNumbersString(AddBackslash(SourcePath) + "MyProg.exe")</line>
           <line>#define MyAppVer GetVersionNumbersString(AddBackslash(SourcePath) + "MyProg.exe")</line>
           <line></line>
           <line></line>

+ 2 - 2
Projects/ISPP/Help/ispp.xsl

@@ -24,8 +24,8 @@
   <contents>
   <contents>
     <contentsheading title="Inno Setup Preprocessor">
     <contentsheading title="Inno Setup Preprocessor">
       <contentstopic title="Introduction" topic="isppoverview" />
       <contentstopic title="Introduction" topic="isppoverview" />
-      <contentstopic title="Directives" topic="directives" />
-      <contentstopic title="Functions" topic="funcs" />
+      <contentstopic title="Directives Reference" topic="directives" />
+      <contentstopic title="Support Functions Reference" topic="funcs" />
       <contentstopic title="User Defined Functions" topic="macros" />
       <contentstopic title="User Defined Functions" topic="macros" />
       <contentstopic title="Expression Syntax" topic="expressions" />
       <contentstopic title="Expression Syntax" topic="expressions" />
       <contentstopic title="Predefined Variables" topic="predefinedvars" />
       <contentstopic title="Predefined Variables" topic="predefinedvars" />