Skip to content

Commit

Permalink
fix attribute docs in NXtest.nxdl.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Aug 30, 2024
1 parent cd1ba5e commit 7369779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pynxtools/data/NXtest.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<field name="program_name"/>
<field name="definition">
<doc>This is a dummy NXDL to test out the dataconverter.</doc>
<attribute name="version"/>
<attribute name="version">
<doc>This is the version of the definition.</doc>
</attribute>
<enumeration>
<item value="NXTEST"/>
<item value="NXtest"/>
Expand Down

0 comments on commit 7369779

Please sign in to comment.