mirror of https://github.com/KLayout/klayout.git
Fixed keyword syntax in doc
This commit is contained in:
parent
91ab72e8e5
commit
f0f2ffd714
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<doc>
|
||||
|
||||
<title>About PCells</title>
|
||||
<keyword name="PCells"/>
|
||||
|
||||
<p>
|
||||
Starting with version 0.22, KLayout offers parametrized cells (PCells).
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<doc>
|
||||
|
||||
<title>About The Basic Library</title>
|
||||
<keyword name="Basic Library"/>
|
||||
|
||||
<h2-index/>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<doc>
|
||||
|
||||
<title>Connectivity</title>
|
||||
<keyword name="Connectivity"/>
|
||||
|
||||
<p>
|
||||
Use the connectivity page to specify the conductor layers and their connections.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue