From d0570694a40ff92e962c4a4f8e5953fa8806eeb6 Mon Sep 17 00:00:00 2001 From: Mars Liu Date: Thu, 21 Oct 2021 14:27:02 +0800 Subject: [PATCH] regen tree --- data/tree.json | 87 +++----------------------------------------------- 1 file changed, 5 insertions(+), 82 deletions(-) diff --git a/data/tree.json b/data/tree.json index fa2b8b8..1049dde 100644 --- a/data/tree.json +++ b/data/tree.json @@ -835,51 +835,7 @@ "keywords": [], "children": [ { - "函数的参数": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", - "keywords": [ - "函数", - "程序结构", - "C语言" - ], - "children": [] - } - }, - { - "头文件": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", - "keywords": [ - "函数", - "程序结构", - "C语言" - ], - "children": [] - } - }, - { - "外部变量": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", - "keywords": [ - "函数", - "程序结构", - "C语言" - ], - "children": [] - } - }, - { - "静态变量": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", - "keywords": [ - "函数", - "程序结构", - "C语言" - ], - "children": [] - } - }, - { - "寄存器变量": { + "函数的声明与定义": { "node_id": "569d5e11c4fc5de7844053d9a733c5e8", "keywords": [ "函数", @@ -890,7 +846,7 @@ } }, { - "程序块结构": { + "函数的参数": { "node_id": "569d5e11c4fc5de7844053d9a733c5e8", "keywords": [ "函数", @@ -912,18 +868,7 @@ } }, { - "函数的作用域规则": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", - "keywords": [ - "函数", - "程序结构", - "C语言" - ], - "children": [] - } - }, - { - "函数的初始化": { + "函数的调用": { "node_id": "569d5e11c4fc5de7844053d9a733c5e8", "keywords": [ "函数", @@ -945,29 +890,7 @@ } }, { - "函数的声明": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", - "keywords": [ - "函数", - "程序结构", - "C语言" - ], - "children": [] - } - }, - { - "函数的定义": { - "node_id": "569d5e11c4fc5de7844053d9a733c5e8", - "keywords": [ - "函数", - "程序结构", - "C语言" - ], - "children": [] - } - }, - { - "函数的调用": { + "内部函数和外部函数": { "node_id": "569d5e11c4fc5de7844053d9a733c5e8", "keywords": [ "函数", @@ -978,7 +901,7 @@ } }, { - "内部函数和外部函数": { + "头文件": { "node_id": "569d5e11c4fc5de7844053d9a733c5e8", "keywords": [ "函数", -- GitLab