mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 16:44:27 +08:00
docs: sparse: add sparse.rst to toctree
Add sparst.rst to toctree, so it can be part of the docs build. Cc: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Suggested-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230902052512.12184-4-minhuadotchen@gmail.com
This commit is contained in:
parent
006b84bcbe
commit
c9ad95adc0
40
Documentation/translations/zh_TW/dev-tools/index.rst
Normal file
40
Documentation/translations/zh_TW/dev-tools/index.rst
Normal file
@ -0,0 +1,40 @@
|
||||
.. include:: ../disclaimer-zh_TW.rst
|
||||
|
||||
:Original: Documentation/dev-tools/index.rst
|
||||
:Translator: Min-Hua Chen <minhuadotchen@gmail.com>
|
||||
|
||||
============
|
||||
內核開發工具
|
||||
============
|
||||
|
||||
本文檔是有關內核開發工具文檔的合集。
|
||||
目前這些文檔已經整理在一起,不需要再花費額外的精力。
|
||||
歡迎任何補丁。
|
||||
|
||||
有關測試專用工具的簡要概述,參見
|
||||
Documentation/dev-tools/testing-overview.rst
|
||||
|
||||
.. class:: toc-title
|
||||
|
||||
目錄
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
sparse
|
||||
|
||||
Todolist:
|
||||
|
||||
- coccinelle
|
||||
- kcov
|
||||
- ubsan
|
||||
- kmemleak
|
||||
- kcsan
|
||||
- kfence
|
||||
- kgdb
|
||||
- kselftest
|
||||
- kunit/index
|
||||
- testing-overview
|
||||
- gcov
|
||||
- kasan
|
||||
- gdb-kernel-debugging
|
@ -55,11 +55,11 @@ TODOList:
|
||||
:maxdepth: 1
|
||||
|
||||
process/license-rules
|
||||
dev-tools/index
|
||||
|
||||
TODOList:
|
||||
|
||||
* doc-guide/index
|
||||
* dev-tools/index
|
||||
* dev-tools/testing-overview
|
||||
* kernel-hacking/index
|
||||
* rust/index
|
||||
|
Loading…
Reference in New Issue
Block a user