summaryrefslogtreecommitdiff
path: root/include/FLAC++/metadata.h
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-10-17 19:20:32 +0200
committerMartijn van Beurden <mvanb1@gmail.com>2022-10-19 17:09:57 +0200
commit396313c9d0bac849f378f2d7072e2ea55ddc8e9f (patch)
tree1ce08ea49d9e4da830a9ddee5e5323bcf65e04a9 /include/FLAC++/metadata.h
parentc0a6701bc022ad8b34e196bb9726c24d5039a8e8 (diff)
downloadflac-396313c9d0bac849f378f2d7072e2ea55ddc8e9f.tar.gz
[doxygen] Change links from local to xiph.org/flac
Diffstat (limited to 'include/FLAC++/metadata.h')
-rw-r--r--include/FLAC++/metadata.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/FLAC++/metadata.h b/include/FLAC++/metadata.h
index 96d01083..1599ec45 100644
--- a/include/FLAC++/metadata.h
+++ b/include/FLAC++/metadata.h
@@ -274,7 +274,7 @@ namespace FLAC {
/** STREAMINFO metadata block.
* See the \link flacpp_metadata_object overview \endlink for more,
- * and the <A HREF="../format.html#metadata_block_streaminfo">format specification</A>.
+ * and the <A HREF="https://xiph.org/flac/format.html#metadata_block_streaminfo">format specification</A>.
*/
class FLACPP_API StreamInfo : public Prototype {
public:
@@ -323,7 +323,7 @@ namespace FLAC {
//@}
//@{
- /** See <A HREF="../format.html#metadata_block_streaminfo">format specification</A>. */
+ /** See <A HREF="https://xiph.org/flac/format.html#metadata_block_streaminfo">format specification</A>. */
uint32_t get_min_blocksize() const;
uint32_t get_max_blocksize() const;
uint32_t get_min_framesize() const;
@@ -348,7 +348,7 @@ namespace FLAC {
/** PADDING metadata block.
* See the \link flacpp_metadata_object overview \endlink for more,
- * and the <A HREF="../format.html#metadata_block_padding">format specification</A>.
+ * and the <A HREF="https://xiph.org/flac/format.html#metadata_block_padding">format specification</A>.
*/
class FLACPP_API Padding : public Prototype {
public:
@@ -407,7 +407,7 @@ namespace FLAC {
/** APPLICATION metadata block.
* See the \link flacpp_metadata_object overview \endlink for more,
- * and the <A HREF="../format.html#metadata_block_application">format specification</A>.
+ * and the <A HREF="https://xiph.org/flac/format.html#metadata_block_application">format specification</A>.
*/
class FLACPP_API Application : public Prototype {
public:
@@ -466,7 +466,7 @@ namespace FLAC {
/** SEEKTABLE metadata block.
* See the \link flacpp_metadata_object overview \endlink for more,
- * and the <A HREF="../format.html#metadata_block_seektable">format specification</A>.
+ * and the <A HREF="https://xiph.org/flac/format.html#metadata_block_seektable">format specification</A>.
*/
class FLACPP_API SeekTable : public Prototype {
public:
@@ -553,7 +553,7 @@ namespace FLAC {
/** VORBIS_COMMENT metadata block.
* See the \link flacpp_metadata_object overview \endlink for more,
- * and the <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>.
+ * and the <A HREF="https://xiph.org/flac/format.html#metadata_block_vorbis_comment">format specification</A>.
*/
class FLACPP_API VorbisComment : public Prototype {
public:
@@ -720,7 +720,7 @@ namespace FLAC {
/** CUESHEET metadata block.
* See the \link flacpp_metadata_object overview \endlink for more,
- * and the <A HREF="../format.html#metadata_block_cuesheet">format specification</A>.
+ * and the <A HREF="https://xiph.org/flac/format.html#metadata_block_cuesheet">format specification</A>.
*/
class FLACPP_API CueSheet : public Prototype {
public:
@@ -859,7 +859,7 @@ namespace FLAC {
/** PICTURE metadata block.
* See the \link flacpp_metadata_object overview \endlink for more,
- * and the <A HREF="../format.html#metadata_block_picture">format specification</A>.
+ * and the <A HREF="https://xiph.org/flac/format.html#metadata_block_picture">format specification</A>.
*/
class FLACPP_API Picture : public Prototype {
public: