Modules store data not in a subsection of the "imag" section
This commit is contained in:
parent
ddb3a2717a
commit
535c2f4d4c
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ The contents of the header contain
|
||||||
program implicitely and SHOULD NOT be edited by the user.
|
program implicitely and SHOULD NOT be edited by the user.
|
||||||
Modules of the program are free to store arbitrary data here.
|
Modules of the program are free to store arbitrary data here.
|
||||||
If a module stores data in the header of a file it MUST do that in a
|
If a module stores data in the header of a file it MUST do that in a
|
||||||
sub-section of the "imag" section, as TOML supports it.
|
dedicated section, as TOML supports it.
|
||||||
The name of the subsection MUST BE the name of the module in lowercase
|
The name of the section MUST BE the name of the module in lowercase
|
||||||
letters.
|
letters.
|
||||||
The section MAY BE empty.
|
The section MAY BE empty.
|
||||||
1. Other OPTIONAL sections which are named and edited by the user. The program
|
1. Other OPTIONAL sections which are named and edited by the user. The program
|
||||||
|
|
Loading…
Reference in a new issue