File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
org.contextmapper.dsl.ui/samples/freemarker/markdown-templates Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
Model Report for '${fileName} '
7
7
==============================
8
8
9
- *Note:* This domain model is part of project '${projectName} '.
9
+ *Note:* This domain model is part of project '${projectName!"undefined" } '.
10
10
11
11
<#if domains?has_content >
12
12
Analysis Part<#lt >
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Report generated from '${fileName} '
3
- project: ${projectName}
4
- author: ${userName}
5
- date: ${timeStamp} , Context Mapper version ${contextMapperVersion}
6
- copyright: The authors, 2020. All rights reserved.
3
+ project: ${projectName!"undefined" }
4
+ author: ${userName!"undefined" }
5
+ date: ${timeStamp!"undefined" } , Context Mapper version ${contextMapperVersion!"undefined" }
6
+ copyright: The authors, 2020-2023 . All rights reserved.
7
7
---
You can’t perform that action at this time.
0 commit comments