summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2021-08-23 23:45:43 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2021-08-23 23:45:43 +1000
commitdf9425dc558134865fa982c980501a1eb12d09f1 (patch)
treecfa45ffb307317738e2585927639617aee141813
parent6eb1665b029e2c992981085dd8582fca57fac581 (diff)
downloadlibrsync-df9425dc558134865fa982c980501a1eb12d09f1.tar.gz
Rename versioning.md doxygen anchor to `page_versioning`.
This makes the anchor more consistent with the other docs.
-rw-r--r--README.md2
-rw-r--r--doc/librsync.md2
-rw-r--r--doc/versioning.md2
-rw-r--r--src/librsync.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9341729..b9cab74 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ code or make use of some other virtual filesystem layer.
## More information
* \ref page_downloads
-* \ref versioning
+* \ref page_versioning
* \ref page_install
* \ref page_rdiff
* \ref page_librsync
diff --git a/doc/librsync.md b/doc/librsync.md
index 273549c..2bb0536 100644
--- a/doc/librsync.md
+++ b/doc/librsync.md
@@ -25,7 +25,7 @@ Other documentation pages:
- \ref api_callbacks
- \ref api_stats
- \ref api_utility
-- \ref versioning
+- \ref page_versioning
The public interface to librsync is librsync.h, and other headers are internal.
diff --git a/doc/versioning.md b/doc/versioning.md
index c9d3b0c..267911b 100644
--- a/doc/versioning.md
+++ b/doc/versioning.md
@@ -1,4 +1,4 @@
-# Versioning {#versioning}
+# Versioning {#page_versioning}
librsync uses the [SemVer] approach to versioning: the major version number
changes when the API changes in an incompatible way, the minor version
diff --git a/src/librsync.h b/src/librsync.h
index 42b7136..83fb27d 100644
--- a/src/librsync.h
+++ b/src/librsync.h
@@ -43,7 +43,7 @@ extern "C" {
/** Library version string.
*
- * \sa \ref versioning */
+ * \sa \ref page_versioning */
LIBRSYNC_EXPORT extern char const rs_librsync_version[];
typedef uint8_t rs_byte_t;