Author: kotkov Date: Mon Jan 26 18:08:45 2026 New Revision: 1931552 Log: Following up on r1931298, correct the Doxygen documentation markup by substituting `@c svn_tristate_unknown` with `#svn_tristate_unknown`.
This is consistent with how we reference other `svn_` types and values, and should render the value as a link rather than just a name. * subversion/include/svn_client.h (svn_client_checkout3): Update the docstring as mentioned above. Modified: subversion/trunk/subversion/include/svn_client.h Modified: subversion/trunk/subversion/include/svn_client.h ============================================================================== --- subversion/trunk/subversion/include/svn_client.h Mon Jan 26 17:57:27 2026 (r1931551) +++ subversion/trunk/subversion/include/svn_client.h Mon Jan 26 18:08:45 2026 (r1931552) @@ -1285,7 +1285,7 @@ svn_client_checkout4(svn_revnum_t *resul /** * Similar to svn_client_checkout4() but with @a wc_format_version set - * to @c NULL and @a store_pristine set to @c svn_tristate_unknown. + * to @c NULL and @a store_pristine set to #svn_tristate_unknown. * * @since New in 1.5. * @deprecated Provided for backward compatibility with the 1.10 API.
