This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 03b363f2 fix table cpp title number (#708)
03b363f2 is described below
commit 03b363f278fd5e5d1815875d1a657ba5d264c927
Author: leto-b <[email protected]>
AuthorDate: Tue Apr 22 10:42:44 2025 +0800
fix table cpp title number (#708)
---
src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md | 2 +-
src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md | 2 +-
src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md | 2 +-
src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md
b/src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md
index a62bfc5a..8228dc1f 100644
--- a/src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md
+++ b/src/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md
@@ -171,7 +171,7 @@ All operations in the C++ client are performed through the
TableSession class. B
4. `open(bool enableRPCCompression = false)`: Opens the connection and
determines whether to enable RPC compression (client state must match server
state, disabled by default).
5. `close()`: Closes the connection.
-### 3.1.2 Interface Display
+#### 3.1.2 Interface Display
```cpp
class TableSession {
diff --git a/src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md
b/src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md
index a62bfc5a..8228dc1f 100644
--- a/src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md
+++ b/src/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md
@@ -171,7 +171,7 @@ All operations in the C++ client are performed through the
TableSession class. B
4. `open(bool enableRPCCompression = false)`: Opens the connection and
determines whether to enable RPC compression (client state must match server
state, disabled by default).
5. `close()`: Closes the connection.
-### 3.1.2 Interface Display
+#### 3.1.2 Interface Display
```cpp
class TableSession {
diff --git a/src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md
b/src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md
index 12bc48ce..535cc6ff 100644
--- a/src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md
+++ b/src/zh/UserGuide/Master/Table/API/Programming-Cpp-Native-API.md
@@ -184,7 +184,7 @@ C++ 客户端的操作均通过 TableSession 类进行,下面将给出 TableSe
4. `open(bool enableRPCCompression =
false)`,开启连接,并决定是否启用RPC压缩(客户端状态须与服务端一致,默认不开启)。
5. `close()`,关闭连接。
-### 3.1.2 接口展示
+#### 3.1.2 接口展示
```cpp
class TableSession {
diff --git a/src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md
b/src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md
index 12bc48ce..535cc6ff 100644
--- a/src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md
+++ b/src/zh/UserGuide/latest-Table/API/Programming-Cpp-Native-API.md
@@ -184,7 +184,7 @@ C++ 客户端的操作均通过 TableSession 类进行,下面将给出 TableSe
4. `open(bool enableRPCCompression =
false)`,开启连接,并决定是否启用RPC压缩(客户端状态须与服务端一致,默认不开启)。
5. `close()`,关闭连接。
-### 3.1.2 接口展示
+#### 3.1.2 接口展示
```cpp
class TableSession {