Link: Fix doxygen typo

This commit is contained in:
luz paz
2021-12-25 09:55:13 -05:00
committed by Uwe
parent c0f42cea0e
commit 5c737973cf

View File

@@ -99,7 +99,7 @@ public:
#define LINK_PARAM_COPY_ON_CHANGE(...) \
(LinkCopyOnChange, long, App::PropertyEnumeration, ((long)0), \
"Disabled: disable copy on change\n"\
"Enabled: enable copy linked object on change of any of its propert marked as CopyOnChange\n"\
"Enabled: enable copy linked object on change of any of its properties marked as CopyOnChange\n"\
"Owned: indicate the linked object has been copied and is own owned by the link. And the\n"\
" the link will try to sync any change of the original linked object back to the copy.",\
##__VA_ARGS__)