Skip to content

Commit 81fcbda

Browse files
committed
Update file format docs
Updated config file, export file, main database & user database documentation re addition of a new value to represent compilation with Delphi 13.
1 parent ca233f0 commit 81fcbda

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

Docs/Design/FileFormats/config.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ <h4>
262262
<li>
263263
<em>D12Y</em> &ndash; Delphi 12 Athens
264264
</li>
265+
<li>
266+
<em>D13F</em> &ndash; Delphi 13 Florence
267+
</li>
265268
<li>
266269
<em>FPC</em> &ndash; Free Pascal
267270
</li>
@@ -622,6 +625,12 @@ <h4>
622625
<dd>
623626
Indicates whether Delphi 12 Athens was included in the search.
624627
</dd>
628+
<dt>
629+
<code class="key">D13F</code> (Boolean)
630+
</dt>
631+
<dd>
632+
Indicates whether Delphi 13 Florence was included in the search.
633+
</dd>
625634
<dt>
626635
<code class="key">FPC</code> (Boolean)
627636
</dt>

Docs/Design/FileFormats/export.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,9 @@ <h2>
619619
<li>
620620
<em>d12y</em> &ndash; Delphi 12 Athens compiler <span class="highlight">(v7.4 &amp; later)</span>
621621
</li>
622+
<li>
623+
<em>d13y</em> &ndash; Delphi 13 Florence compiler <span class="highlight">(v8.1 &amp; later)</span>
624+
</li>
622625
<li>
623626
<em>fpc</em> &ndash; Free Pascal compiler <span class="highlight">(all versions)</span>
624627
</li>
@@ -1011,6 +1014,14 @@ <h2>
10111014
The <em>codesnip-export/routines/routine/xref</em> and <em>codesnip-export/routines/routine/xref/pascal-name</em> tags were removed from the specification. See <a href="#erratum">Erratum</a> above for details.
10121015
</p>
10131016
</dd>
1017+
<dl>
1018+
<dt>
1019+
<em>Version 8.1 - 11 September 2025</em>
1020+
</dt>
1021+
<dd>
1022+
Updated with CodeSnip v4.27.0 to add support for Delphi 13 Florence.
1023+
</dd>
1024+
</dl>
10141025
</dl>
10151026

10161027
</section>

Docs/Design/FileFormats/main-db.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ <h4>
422422
<li>
423423
<code class="key">Delphi12A</code> – Delphi 12 Athens compiler *
424424
</li>
425+
<li>
426+
<code class="key">Delphi13F</code> – Delphi 13 Florence compiler *
427+
</li>
425428
<li>
426429
<code class="key">FPC</code> – Free Pascal compiler
427430
</li>

Docs/Design/FileFormats/user-db.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,9 @@ <h3 id="xml-file">
641641
<li>
642642
<em>d12y</em> &ndash; Delphi 12 Athens compiler <span class="highlight">(v6.12 &amp; later)</span>
643643
</li>
644+
<li>
645+
<em>d13f</em> &ndash; Delphi 13 Florence compiler <span class="highlight">(v6.14 &amp; later)</span>
646+
</li>
644647
<li>
645648
<em>fpc</em> &ndash; Free Pascal compiler <span class="highlight">(all versions)</span>
646649
</li>
@@ -1042,6 +1045,12 @@ <h2>
10421045
<dd>
10431046
Updated with CodeSnip v4.23.0 to add support for <a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/delphidabbler/reml/main/docs/reml-v6.html">REML v6</a>, which is backwards compatible with <a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/delphidabbler/reml/main/docs/reml-v4.html">REML v4</a>.
10441047
</dd>
1048+
<dt>
1049+
Version 6.14 - 12 September 2025
1050+
</dt>
1051+
<dd>
1052+
Updated in time for CodeSnip v4.27.0 to add support for Delphi 13 Florence.
1053+
</dd>
10451054
</dl>
10461055
</dd>
10471056
</dl>

0 commit comments

Comments
 (0)