Fixed keyword syntax in doc

This commit is contained in:
Matthias Koefferlein 2026-02-02 22:32:21 +01:00
parent 91ab72e8e5
commit f0f2ffd714
5 changed files with 7 additions and 4 deletions

View File

@ -4,8 +4,8 @@
<doc>
<title>About Libraries</title>
<keyword>Library</keyword>
<keyword>Libraries</keyword>
<keyword name="Library"/>
<keyword name="Libraries"/>
<p>
Starting with version 0.22, KLayout offers a library concept.

View File

@ -4,6 +4,7 @@
<doc>
<title>About PCells</title>
<keyword name="PCells"/>
<p>
Starting with version 0.22, KLayout offers parametrized cells (PCells).

View File

@ -4,6 +4,7 @@
<doc>
<title>About The Basic Library</title>
<keyword name="Basic Library"/>
<h2-index/>

View File

@ -4,6 +4,7 @@
<doc>
<title>Connectivity</title>
<keyword name="Connectivity"/>
<p>
Use the connectivity page to specify the conductor layers and their connections.

View File

@ -4,8 +4,8 @@
<doc>
<title>About Expressions</title>
<keyword>Expressions</keyword>
<keyword>Expression Syntax</keyword>
<keyword name="Expressions"/>
<keyword name="Expression Syntax"/>
<p>
Beside a ruby and Python programming API, KLayout provides support for simple expressions in some places.