restructure comments in ig.ini
This commit is contained in:
parent
ad2ff67a37
commit
81dbc1d14f
33
ig.ini
33
ig.ini
@ -1,26 +1,33 @@
|
|||||||
[IG]
|
[IG]
|
||||||
# ini file for the Implementation Guide publisher
|
# ini file for the Implementation Guide publisher
|
||||||
# uncomment or edit the lines below
|
# see comments below for instructions
|
||||||
|
|
||||||
# ig.ini parameters:
|
|
||||||
################
|
|
||||||
|
|
||||||
##### ig #####
|
|
||||||
# the name of the implementation guide resource file.
|
|
||||||
ig = input/myig.xml
|
ig = input/myig.xml
|
||||||
|
|
||||||
##### template: #####
|
|
||||||
# the IG template that will be used to create the implementation guide (normally be a package name, but can be a local folder).
|
|
||||||
# example - base fhir template:
|
|
||||||
template = fhir.base.template
|
template = fhir.base.template
|
||||||
|
|
||||||
# HL7 (non-FHIR) IG template:
|
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### ig.ini parameters: ###
|
||||||
|
##########################
|
||||||
|
|
||||||
|
# ig: the name of the implementation guide resource file.
|
||||||
|
examples:
|
||||||
|
# ig = input/myig.xml
|
||||||
|
# ig = input/implementationguide-example2.xml
|
||||||
|
|
||||||
|
# template: the IG template that will be used to create the implementation guide (normally be a package name, but can be a local folder).
|
||||||
|
# base fhir template:
|
||||||
|
#template = fhir.base.template
|
||||||
|
|
||||||
|
# HL7 (non-FHIR) IG template:
|
||||||
#template = hl7.base.template
|
#template = hl7.base.template
|
||||||
|
|
||||||
# HL7 FHIR template:
|
# HL7 FHIR template:
|
||||||
#template = hl7.fhir.template
|
#template = hl7.fhir.template
|
||||||
|
|
||||||
# it's possible to specify a specific version of the template
|
# it's possible to specify a specific version of the template
|
||||||
#template = fhir.base.template#0.1.0
|
#template = fhir.base.template#0.1.0
|
||||||
# or the current version:
|
# or the current version:
|
||||||
#template = fhir.base.template#current
|
#template = fhir.base.template#current
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user