Compare commits

..

1 commit

Author SHA1 Message Date
1f7aeb14b4 [#84] Clarify FilePath attribute format
All checks were successful
DCO action / DCO (pull_request) Successful in 22s
Formatters / Run fmt (pull_request) Successful in 24s
Pre-commit hooks / Pre-commit (pull_request) Successful in 27s
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
2025-04-16 18:31:57 +03:00

View file

@ -144,8 +144,8 @@ message Header {
// File name to be associated with the object on saving. FileName must not // File name to be associated with the object on saving. FileName must not
// contain the delimiting symbol '/'. // contain the delimiting symbol '/'.
// * FilePath \ // * FilePath \
// Full path to be associated with the object on saving. Should start with a // Full path to be associated with the object on saving. Should use '/' as a
// '/' and use '/' as a delimiting symbol. Trailing '/' should be // delimiting symbol. Should not have leading `/`. Trailing '/' should be
// interpreted as a virtual directory marker. If an object has conflicting // interpreted as a virtual directory marker. If an object has conflicting
// FilePath and FileName, FilePath should have higher priority, because it // FilePath and FileName, FilePath should have higher priority, because it
// is used to construct the directory tree. FilePath with trailing '/' and // is used to construct the directory tree. FilePath with trailing '/' and