mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 10:09:21 +02:00
* create \index entries in the messages.inc for an index of message texts and numbers in the user manual
git-svn-id: trunk@48517 -
This commit is contained in:
parent
b1f7fb4ba1
commit
539a578cce
@ -730,6 +730,9 @@ begin
|
||||
end;
|
||||
if s[i+k]='_' then
|
||||
inc(i,k+1);
|
||||
if number<>'' then
|
||||
writeln(t,'\index[msgnr]{',number,'}');
|
||||
writeln(t,'\index[msgtxt]{',escapestring(Copy(s,i,255)),'}');
|
||||
writeln(t,'\item ['+s1+escapestring(Copy(s,i,255))+'] \hfill \\');
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user