diff --git a/Buildings/Controls/OBC/CDL/Constants.mo b/Buildings/Controls/OBC/CDL/Constants.mo
index 37a41cbbff3..82b75538047 100644
--- a/Buildings/Controls/OBC/CDL/Constants.mo
+++ b/Buildings/Controls/OBC/CDL/Constants.mo
@@ -21,7 +21,7 @@ This package provides often needed constants.
March 12, 2024, by Michael Wetter:
Changed small
to 1E-37.
This is for
-issue 3695.
+Buildings, issue 3695.
March 27, 2017, by Michael Wetter:
diff --git a/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo b/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo
index 841df811a4e..dc01e433a3a 100644
--- a/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo
+++ b/Buildings/Controls/OBC/CDL/Conversions/BooleanToInteger.mo
@@ -40,7 +40,7 @@ and integerTrue
and integerFalse
are parameters.
May 17, 2022, by Hongxiang Fu:
Corrected documentation texts where the variables were described with wrong types.
This is for
-#3016.
+Buildings, issue 3016.
January 3, 2017, by Michael Wetter:
diff --git a/Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo b/Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo
index d1e5c2e2707..839e5e0591f 100644
--- a/Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo
+++ b/Buildings/Controls/OBC/CDL/Conversions/BooleanToReal.mo
@@ -40,7 +40,7 @@ and realTrue
and realFalse
are parameters.
May 17, 2022, by Hongxiang Fu:
Corrected documentation texts where the variables were described with wrong types.
This is for
-#3016.
+Buildings, issue 3016.
April 10, 2017, by Jianjun Hu:
diff --git a/Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo b/Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo
index 8e85cba8fda..889e6ac33d3 100644
--- a/Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo
+++ b/Buildings/Controls/OBC/CDL/Discrete/FirstOrderHold.mo
@@ -108,13 +108,13 @@ values of the last two sampled input signals.
November 12, 2020, by Michael Wetter:
Reformulated to remove dependency to Modelica.Units.SI
.
This is for
-issue 2243.
+Buildings, issue 2243.
October 19, 2020, by Michael Wetter:
Refactored implementation.
This is for
-#2170.
+Buildings, issue 2170.
March 2, 2020, by Michael Wetter:
@@ -125,7 +125,7 @@ September 14, 2017, by Michael Wetter:
Removed parameter startTime
to allow model to work
also for negative start time without having to change the value of this
parameters.
-This is for issue 938.
+This is for Buildings, issue 938.
January 3, 2017, by Michael Wetter:
diff --git a/Buildings/Controls/OBC/CDL/Discrete/Sampler.mo b/Buildings/Controls/OBC/CDL/Discrete/Sampler.mo
index 8e774a0a920..c5ef7a39266 100644
--- a/Buildings/Controls/OBC/CDL/Discrete/Sampler.mo
+++ b/Buildings/Controls/OBC/CDL/Discrete/Sampler.mo
@@ -108,13 +108,13 @@ Removed graphic from diagram view.
November 12, 2020, by Michael Wetter:
Reformulated to remove dependency to Modelica.Units.SI
.
This is for
-issue 2243.
+Buildings, issue 2243.
October 19, 2020, by Michael Wetter:
Refactored implementation.
This is for
-#2170.
+Buildings, issue 2170.
March 2, 2020, by Michael Wetter:
@@ -125,7 +125,7 @@ September 14, 2017, by Michael Wetter:
Removed parameter startTime
to allow model to work
also for negative start time without having to change the value of this
parameters.
-This is for issue 938.
+This is for Buildings, issue 938.
January 3, 2017, by Michael Wetter:
diff --git a/Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo b/Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo
index 5078afc3fa2..1e19c0cab64 100644
--- a/Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo
+++ b/Buildings/Controls/OBC/CDL/Discrete/TriggeredMax.mo
@@ -98,7 +98,7 @@ September 14, 2017, by Michael Wetter:
Removed parameter startTime
and sampleTime
as these are not needed for this block, and introduced parameter
y_start=0
.
-This is for issue 938.
+This is for Buildings, issue 938.
January 3, 2017, by Michael Wetter:
diff --git a/Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo b/Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo
index 895ce7939e4..3b096d76149 100644
--- a/Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo
+++ b/Buildings/Controls/OBC/CDL/Discrete/TriggeredMovingMean.mo
@@ -177,7 +177,7 @@ and produces this value at its output y
.
March 30, 2022, by Michael Wetter:
Added discrete
keyword to sampled variable.
This is for
-issue 2942.
+Buildings, issue 2942.
October 19, 2020, by Michael Wetter:
@@ -193,7 +193,7 @@ Reformulated model to use an equation
rather than an algorith
October 16, 2019, by Kun Zhang:
-First implementation. This is for issue 1588.
+First implementation. This is for Buildings, issue 1588.