Skip to content

Commit c83228d

Browse files
committed
makehtml devel
1 parent 1a76388 commit c83228d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

utilities/makehtml/makehtml.lps

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Filename Value="makehtml.lpr"/>
99
<IsPartOfProject Value="True"/>
1010
<CursorPos X="40" Y="15"/>
11-
<UsageCount Value="88"/>
11+
<UsageCount Value="89"/>
1212
<Loaded Value="True"/>
1313
</Unit>
1414
<Unit>
@@ -41,8 +41,9 @@
4141
<UnitName Value="SrcData"/>
4242
<IsVisibleTab Value="True"/>
4343
<EditorIndex Value="1"/>
44-
<TopLine Value="82"/>
45-
<CursorPos Y="112"/>
44+
<TopLine Value="43"/>
45+
<CursorPos Y="101"/>
46+
<FoldState Value=" T3i90I013 PiNjc0s"/>
4647
<UsageCount Value="17"/>
4748
<Loaded Value="True"/>
4849
</Unit>

utilities/makehtml/srcdata.pas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ implementation
4444

4545
const
4646
SectionDivider = '--------';
47+
SectionComment = SectionDivider +'!---';
4748

4849
var
4950
ListType : TListType;
@@ -94,9 +95,9 @@ procedure ProcessList(Filename : String);
9495
LogMessage(vbNormal, 'processing file: ' +ExtractFileName(Filename));
9596
Data:=NormalizeLineEndings(Data);
9697
Header:=PopSection(Data);
97-
WriteLn(Header);
9898
if First then begin
9999
ListFiles[High(ListFiles)].Header:=Header;
100+
WriteLn(Header);
100101
First:=False;
101102
end;
102103
While Length(Data) <> 0 do begin

0 commit comments

Comments
 (0)