From 027ca2c5adaf2d7727eda6d40982b78c11b6ff7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Piel?= Date: Mon, 18 May 2015 15:16:32 +0200 Subject: [PATCH] doc: fix names of *SOURCE constants to *_SRC Synchronises the content of the documentation with the actually content of the include files. --- doc/extensions_funcref.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/extensions_funcref.txt b/doc/extensions_funcref.txt index 4bf079a..908477a 100644 --- a/doc/extensions_funcref.txt +++ b/doc/extensions_funcref.txt @@ -46,7 +46,7 @@ Description: period_ns parameters. This function is only useable on subdevices that provide support for the - INSN_CONFIG_GET_CLOCK_SOURCE + INSN_CONFIG_GET_CLOCK_SRC configuration instruction. Returns: 0 on success, -1 on error. @@ -72,7 +72,7 @@ Description: This function is only useable on subdevices that provide support for the - INSN_CONFIG_GET_GATE_SOURCE + INSN_CONFIG_GET_GATE_SRC configuration instruction. Returns: 0 on success, -1 on error. @@ -166,7 +166,7 @@ Description: This function is only useable on subdevices that provide support for the - INSN_CONFIG_SET_CLOCK_SOURCE configuration instruction. + INSN_CONFIG_SET_CLOCK_SRC configuration instruction. Returns: 0 on success, -1 on error. @@ -239,7 +239,7 @@ Description: function. This function is only useable on subdevices that provide support for the - INSN_CONFIG_SET_GATE_SOURCE + INSN_CONFIG_SET_GATE_SRC configuration instruction. Returns: 0 on success, -1 on error. @@ -277,7 +277,7 @@ Description: This function is only useable on subdevices that provide support for the - INSN_CONFIG_SET_OTHER_SOURCE + INSN_CONFIG_SET_OTHER_SRC configuration instruction. Returns: 0 on success, -1 on error.