Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
doc: clarify about name in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed Nov 13, 2020
1 parent 2514034 commit bc8c090
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions doc/METADATA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,16 @@ example=

[internal/<plugin>/*]
status= implemented
usedby/plugin= (ini)
description= Internal metadata to be ignored by other plugins.
example=internal/ini/parent could be the name for internal parent
information of the ini plugin.

usedby/plugin=
description= Internal metadata that must be ignored by other plugins.
It is useful for reconstruction of information about keys between
kdbGet and kdbSet.
Always avoid to use it if there is any other metadata that
can be used instead.
For example, if a type can be represented with the CORBA
type system, metadata `type` should be used.
Only if a type cannot be represented, e.g., the `toml`
plugin would use `internal/toml/type`.

[line]
type= int
Expand Down

0 comments on commit bc8c090

Please sign in to comment.