This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new b071101f7e Fix docs about Overridable Variables (#12311)
b071101f7e is described below
commit b071101f7e4b148c92ad6593efc73a4d4cc6c447
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Jun 24 06:54:43 2025 +0900
Fix docs about Overridable Variables (#12311)
---
doc/developer-guide/config-vars.en.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/developer-guide/config-vars.en.rst
b/doc/developer-guide/config-vars.en.rst
index 82a90044f2..f1e72557ab 100644
--- a/doc/developer-guide/config-vars.en.rst
+++ b/doc/developer-guide/config-vars.en.rst
@@ -310,7 +310,7 @@ required for generic access:
#. Add a value to the ``TSOverridableConfigKey`` enumeration in
|apidefs.h.in|_.
-#. Augment ``Overridable_Map`` in |overridable_txn_vars.cc|_ to include
configuration variable.
+#. Augment ``ts::Overridable_Txn_Vars`` in |overridable_txn_vars.cc|_ to
include configuration variable.
#. Update the function ``_conf_to_memberp`` in |InkAPI.cc|_ to have a case for
the enumeration value
in ``TSOverridableConfigKey``.