From 621a191552ff5b9a3e844e9353588e3c56a04432 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Sun, 11 Apr 2021 13:03:57 +0200 Subject: [PATCH] Add backward compatibility for SHOW_DYNAMIC_LEGEND --- C4.puml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4.puml b/C4.puml index 1dd207d..d89fe2b 100644 --- a/C4.puml +++ b/C4.puml @@ -515,6 +515,11 @@ $showActiveLegendEntries($tagCustomLegend) endlegend !endprocedure +/' @deprecated in favor of SHOW_LEGEND '/ +!unquoted procedure SHOW_DYNAMIC_LEGEND($hideStereotype="true") +SHOW_LEGEND($hideStereotype) +!endprocedure + ' Boundaries ' ##################################