From 729975bae85659ce0a0438b6f43930a5d2a2ad3d Mon Sep 17 00:00:00 2001
From: Matthias Koefferlein
Date: Tue, 30 Mar 2021 18:23:42 +0200
Subject: [PATCH] Fixed a doc XML integrity issue
---
src/drc/drc/built-in-macros/_drc_source.rb | 10 +++++-----
src/lay/lay/doc/about/drc_ref_source.xml | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/drc/drc/built-in-macros/_drc_source.rb b/src/drc/drc/built-in-macros/_drc_source.rb
index d36fd2675..538ecf968 100644
--- a/src/drc/drc/built-in-macros/_drc_source.rb
+++ b/src/drc/drc/built-in-macros/_drc_source.rb
@@ -278,11 +278,11 @@ module DRC
# following specifications:
#
# @ul
- # @li "shift(x, y)": shifts the input layout horizontally by x and vertically by y micrometers
- # @li "rotate(a)": rotates the input layout by a degree counter-clockwise
- # @li "magnify(m)": magnifies the input layout by the factor m (NOTE: using fractional scale factors may result in small gaps due to grid snapping)
- # @li "mirror_x": mirrors the input layout at the x axis
- # @li "mirror_y": mirrors the input layout at the y axis
+ # @li "shift(x, y)": shifts the input layout horizontally by x and vertically by y micrometers @/li
+ # @li "rotate(a)": rotates the input layout by a degree counter-clockwise @/li
+ # @li "magnify(m)": magnifies the input layout by the factor m (NOTE: using fractional scale factors may result in small gaps due to grid snapping) @/li
+ # @li "mirror_x": mirrors the input layout at the x axis @/li
+ # @li "mirror_y": mirrors the input layout at the y axis @/li
# @/ul
#
# Multiple transformation specs can be given. In that case the transformations are applied right to left.
diff --git a/src/lay/lay/doc/about/drc_ref_source.xml b/src/lay/lay/doc/about/drc_ref_source.xml
index 0b67aae86..05525f41e 100644
--- a/src/lay/lay/doc/about/drc_ref_source.xml
+++ b/src/lay/lay/doc/about/drc_ref_source.xml
@@ -125,11 +125,11 @@ is either given as a DTrans,
-- "shift(x, y)": shifts the input layout horizontally by x and vertically by y micrometers
-
- "rotate(a)": rotates the input layout by a degree counter-clockwise
-
- "magnify(m)": magnifies the input layout by the factor m (NOTE: using fractional scale factors may result in small gaps due to grid snapping)
-
- "mirror_x": mirrors the input layout at the x axis
-
- "mirror_y": mirrors the input layout at the y axis
+
- "shift(x, y)": shifts the input layout horizontally by x and vertically by y micrometers
+- "rotate(a)": rotates the input layout by a degree counter-clockwise
+- "magnify(m)": magnifies the input layout by the factor m (NOTE: using fractional scale factors may result in small gaps due to grid snapping)
+- "mirror_x": mirrors the input layout at the x axis
+- "mirror_y": mirrors the input layout at the y axis
Multiple transformation specs can be given. In that case the transformations are applied right to left.