shithub: opusfile

Download patch

ref: b9e59d59ba24270b228d32e956c7d4ce5279250b
parent: 9caaf8a8a05f0816953f67c3e09649cc6ccd199a
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Sun Sep 23 17:03:22 EDT 2012

Fix URL flags documentation link.

--- a/include/opusfile.h
+++ b/include/opusfile.h
@@ -554,7 +554,7 @@
                        are supported.
                       Both "http:" and "https:" may be disabled at compile
                        time, in which case opening such URLs will fail.
-   \param      _flags The <a href="#url_flags">optional flags</a> to use.
+   \param      _flags The \ref url_flags "optional flags" to use.
    \return A stream handle to use with the callbacks, or <code>NULL</code> on
             error.*/
 OP_WARN_UNUSED_RESULT void *op_url_stream_create(OpusFileCallbacks *_cb,
@@ -569,7 +569,7 @@
                             schemes are supported.
                            Both "http:" and "https:" may be disabled at compile
                             time, in which case opening such URLs will fail.
-   \param      _flags      The <a href="#url_flags">optional flags</a> to use.
+   \param      _flags      The \ref url_flags "optional flags" to use.
    \param      _proxy_host The host of the proxy to connect to.
                            This may be <code>NULL</code> if you do not wish to
                             use a proxy.
@@ -675,7 +675,7 @@
                        are supported.
                       Both "http:" and "https:" may be disabled at compile
                        time, in which case opening such URLs will fail.
-   \param      _flags The <a href="#url_flags">optional flags</a> to use.
+   \param      _flags The \ref url_flags "optional flags" to use.
    \param[out] _error Returns 0 on success, or a failure code on error.
                       You may pass in <code>NULL</code> if you don't want the
                        failure code.
@@ -690,7 +690,7 @@
                             schemes are supported.
                            Both "http:" and "https:" may be disabled at compile
                             time, in which case opening such URLs will fail.
-   \param      _flags      The <a href="#url_flags">optional flags</a> to use.
+   \param      _flags      The \ref url_flags "optional flags" to use.
    \param      _proxy_host The host of the proxy to connect to.
                            This may be <code>NULL</code> if you do not wish to
                             use a proxy.