From 27c637b8d736357b137010cdfb4ae3c2142b999a Mon Sep 17 00:00:00 2001 From: James Agnew Date: Fri, 27 Sep 2019 14:02:42 -0400 Subject: [PATCH 1/2] Docs fix --- .../ca/uhn/hapi/fhir/docs/model/narrative_generation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/model/narrative_generation.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/model/narrative_generation.md index 4fd5a7b5a80..a5f518f1040 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/model/narrative_generation.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/model/narrative_generation.md @@ -61,7 +61,6 @@ To use your own templates for narrative generation, simply create one or more te Then create a properties file which describes your templates. In this properties file, each resource to be defined has a pair or properties. The first (name.class) defines the class name of the resource to define a template for. The second (name.narrative) defines the path/classpath to the template file. The format of this path is `file:/path/foo.html` or `classpath:/com/classpath/foo.html`. -

```properties # Two property lines in the file per template From 663431f5717a56c5bede344a39045da0e50cc58e Mon Sep 17 00:00:00 2001 From: James Agnew Date: Fri, 27 Sep 2019 16:57:14 -0400 Subject: [PATCH 2/2] Fix docs issue --- .../src/main/resources/ca/uhn/hapi/fhir/docs/server/cors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server/cors.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server/cors.md index bfb917e3a48..8378c8b087c 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server/cors.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server/cors.md @@ -90,5 +90,7 @@ In your web.xml file (within the WEB-INF directory in your WAR file), the follow CORS Filter /* -]]> + ``` + +