@@ -60,7 +60,7 @@ TConfigFileUpdater = class abstract(TObject)
60
60
// / <summary>Checks if program version in config file is same as current
61
61
// / program version.</summary>
62
62
function IsCurrentProgramVer : Boolean; overload;
63
- // / <summary>Stamps config file with current and file version.</summary>
63
+ // / <summary>Stamps config file with current file version.</summary>
64
64
procedure Stamp ; virtual ;
65
65
end ;
66
66
@@ -82,14 +82,18 @@ TUserConfigFileUpdater = class(TConfigFileUpdater)
82
82
{ $IFNDEF PORTABLE}
83
83
// / <summary>Updates config file currently in original (pre v1.9) format to
84
84
// / current format.</summary>
85
+ // / <remarks>Standard edition only.</remarks>
85
86
procedure UpdateFromOriginal ;
86
87
// / <summary>Deletes any highlighter preferences.</summary>
88
+ // / <remarks>Standard edition only.</remarks>
87
89
procedure DeleteHighligherPrefs ;
88
90
// / <summary>Updates Prefs:CodeGen section from format prior to version 9
89
91
// / to version 9 and later format.</summary>
92
+ // / <remarks>Standard edition only.</remarks>
90
93
procedure UpdateCodeGenEntries ;
91
94
// / <summary>Deletes unused key that determines detail pane index.
92
95
// / </summary>
96
+ // / <remarks>Standard edition only.</remarks>
93
97
procedure DeleteDetailsPaneIndex ;
94
98
{ $ENDIF}
95
99
// / <summary>Deletes proxy server section.</summary>
@@ -151,7 +155,7 @@ TCommonConfigFileUpdater = class(TConfigFileUpdater)
151
155
procedure DeleteProgramKey ;
152
156
{ $ELSE}
153
157
// / <summary>Deletes and common config file</summary>
154
- // / <remarks>Portable edition only</remarks>
158
+ // / <remarks>Portable edition only. </remarks>
155
159
procedure DeleteCfgFile ;
156
160
{ $ENDIF}
157
161
end ;
0 commit comments