diff options
Diffstat (limited to 'registry')
-rw-r--r-- | registry/inc/registry/registry.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/inc/registry/registry.hxx b/registry/inc/registry/registry.hxx index 86968deb647b..50e1544f9d79 100644 --- a/registry/inc/registry/registry.hxx +++ b/registry/inc/registry/registry.hxx @@ -600,7 +600,7 @@ public: /** used to create a link. - @obsolete Links are no longer supported. + @deprecated Links are no longer supported. @return REG_INVALID_LINK */ @@ -609,7 +609,7 @@ public: /** used to delete a link. - @obsolete Links are no longer supported. + @deprecated Links are no longer supported. @return REG_INVALID_LINK */ @@ -626,7 +626,7 @@ public: /** used to return the target of a link. - @obsolete Links are no longer supported. + @deprecated Links are no longer supported. @return REG_INVALID_LINK */ |