[master] 9023b9924 Document vmod rst anchor name change
Nils Goroll
nils.goroll at uplex.de
Sat Feb 2 14:30:12 UTC 2019
commit 9023b99241650baba5987b075d5e054528c30989
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Sat Feb 2 15:28:08 2019 +0100
Document vmod rst anchor name change
Ref c09032032700f91fcf06e3018d206cbb730d1772
diff --git a/doc/changes.rst b/doc/changes.rst
index fca592c34..a702698f5 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -109,6 +109,18 @@ C APIs (for vmod and utility authors)
function will be called ``vmod_foo`` and with ``$Prefix bar`` it
will be called ``bar_foo``.
+* in the `vmodtool`\ -generated ReStructuredText documentation,
+ anchors have been renamed
+
+ * from ``obj_``\ `class` to `vmodname`\ ``.``\ `class` for
+ constructors and
+ * from ``func_``\ `class` to `vmodname`\ ``.``\ `function` for functions and
+ * from ``func_``\ `class` to `vmodname`\ ``.``\ `class`\ ``.``\
+ `method` for methods,
+
+ repsectively. In short, the anchor is now named equal to VCL syntax
+ for constructors and functions and similarly to VCL syntax for methods.
+
Fixed bugs
----------
More information about the varnish-commit
mailing list