Skip to content

Commit a79a573

Browse files
committed
Show description for either characteristic in the html documentation
fixes #148
1 parent 866c06c commit a79a573

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/sds-aspect-model-document-generators/src/main/resources/docu/templates/html/characteristic-documentation-lib.vm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ Characteristic specific macros will be joined together in the main macro (see ab
192192
<div class="table-row-group">
193193
<div class="table-cell pb-3 col-span-2">Either</div>
194194
</div>
195+
#if($either.getDescription($i18n.locale))
196+
<div class="table-row-group">
197+
<div class="table-cell pb-3 col-span-2"> #description( $either.getDescription($i18n.getLocale()) )</div>
198+
</div>
199+
#end
195200
<div class="table-row-group">
196201
<div class="table-row-group">
197202
<ul class="reset-all-styles m-0 either-left-right">

0 commit comments

Comments
 (0)