[#77] object: Add a refinement to description on the FileName attribute
Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
parent
52e5bc646f
commit
2ec8241d19
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,8 @@ message Header {
|
|||
// * Name \
|
||||
// Human-friendly name
|
||||
// * FileName \
|
||||
// File name to be associated with the object on saving
|
||||
// File name to be associated with the object on saving. FileName must not
|
||||
// contain the delimiting symbol '/'.
|
||||
// * FilePath \
|
||||
// Full path to be associated with the object on saving. Should start with a
|
||||
// '/' and use '/' as a delimiting symbol. Trailing '/' should be
|
||||
|
|
Loading…
Add table
Reference in a new issue