Difference between revisions of "Documentation/Nightly/Developers/Extensions/DescriptionFile"
From Slicer Wiki
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887) |
m |
||
Line 10: | Line 10: | ||
* Empty line are ignored | * Empty line are ignored | ||
* Line starting with a <code>#</code> will be considered as comment. | * Line starting with a <code>#</code> will be considered as comment. | ||
+ | |||
+ | This file is generated by the build system in the extension build tree. It can also be generated by the [Documentation/{{documentation/version}}/Developers/ExtensionWizard ExtensionWizard] using the extension metadata reported in the extension <code>CMakeLists.txt</code> | ||
The following code block illustrates how comments, metadata and associated value can be specified: | The following code block illustrates how comments, metadata and associated value can be specified: |
Revision as of 02:43, 4 June 2014
Home < Documentation < Nightly < Developers < Extensions < DescriptionFile
For the latest Slicer documentation, visit the read-the-docs. |
Extension description file
An extension description file is a text file with s4ext
extension allowing to specify metadata associated with an extension.
- A metadata is specified using a keyword followed by at least one spaces and the associated value.
- Multiline value are not supported.
- Empty line are ignored
- Line starting with a
#
will be considered as comment.
This file is generated by the build system in the extension build tree. It can also be generated by the [Documentation/Nightly/Developers/ExtensionWizard ExtensionWizard] using the extension metadata reported in the extension CMakeLists.txt
The following code block illustrates how comments, metadata and associated value can be specified:
# This is a comment metadataname This is the value associated with 'metadataname' # This is an other comment anothermetadata This is the value associated with 'anothermetadata'
Supported metadata
[1] Parameter like &foo=bar
are not supported. Use an url shortener.
Partially supported metadata
Name | Description |
---|---|
status |
Give people an idea what to expect from this code |