Revert "Fix links in off-line use"

This reverts commit 97c68ef17b4b1d61500e7cbfb2ce560623c96357.
Simon De Backer
2020-08-04 23:01:39 +02:00
parent 97c68ef17b
commit 51896722e7
2 changed files with 5 additions and 5 deletions

@@ -7,4 +7,4 @@ purpose:
explaining the file `*.elmt` and then `*.qet` explaining the file `*.elmt` and then `*.qet`
and this for developers. and this for developers.
## [elements XML structure](XML-elements.md) ## [elements XML structure](XML-elements)

@@ -10,7 +10,7 @@ The main XML element is therefore the “definition” tag. In case we have more
Example: Example:
`<definition type="element" width="" height="" hotspot_x="" hotspot_y="" orientation="dyyy" version="" link_type="">` `<definition type="element" width="" height="" hotspot_x="" hotspot_y="" orientation="dyyy" version="" link_type="">`
[attribute](definition_attribute.md) [attribute](definition_attribute)
### uuid ### uuid
parent : definition parent : definition
@@ -34,7 +34,7 @@ children : name
> `<name lang="en">fuse</name>` > `<name lang="en">fuse</name>`
### elementInformations ### elementInformations
see [definition attribute link type](definition_attribute.md#link-type) when used see [definition attribute link type](definition_attribute#link-type) when used
Example: Example:
`<elementInformations>` `<elementInformations>`
@@ -47,7 +47,7 @@ children : elementInformation
> `<elementInformation show="1" name="comment">comments</elementInformation>` > `<elementInformation show="1" name="comment">comments</elementInformation>`
### kindInformations ### kindInformations
see [definition attribute link type](definition_attribute.md#link-type) when used see [definition attribute link type](definition_attribute#link-type) when used
### informations ### informations
Example: Example:
`<informations>Author: The QElectroTech team `<informations>Author: The QElectroTech team