mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
Docs: Move clang-format from process/ to dev-tools/
'clang-format' is on 'Other material' section of 'process/index', but it may fit more under 'dev-tools/' directory. Move it. Signed-off-by: SeongJae Park <sj@kernel.org> Acked-by: Miguel Ojeda <ojeda@kernel.org> Acked-by: Federico Vaga <federico.vaga@vaga.pv.it> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240624185312.94537-5-sj@kernel.org
This commit is contained in:
parent
f9a4f4a0e1
commit
e3b10a02ca
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# For more information, see:
|
# For more information, see:
|
||||||
#
|
#
|
||||||
# Documentation/process/clang-format.rst
|
# Documentation/dev-tools/clang-format.rst
|
||||||
# https://clang.llvm.org/docs/ClangFormat.html
|
# https://clang.llvm.org/docs/ClangFormat.html
|
||||||
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||||||
#
|
#
|
||||||
|
@ -16,6 +16,7 @@ Documentation/dev-tools/testing-overview.rst
|
|||||||
|
|
||||||
testing-overview
|
testing-overview
|
||||||
checkpatch
|
checkpatch
|
||||||
|
clang-format
|
||||||
coccinelle
|
coccinelle
|
||||||
sparse
|
sparse
|
||||||
kcov
|
kcov
|
||||||
|
@ -63,7 +63,7 @@ these rules, to quickly re-format parts of your code automatically,
|
|||||||
and to review full files in order to spot coding style mistakes,
|
and to review full files in order to spot coding style mistakes,
|
||||||
typos and possible improvements. It is also handy for sorting ``#includes``,
|
typos and possible improvements. It is also handy for sorting ``#includes``,
|
||||||
for aligning variables/macros, for reflowing text and other similar tasks.
|
for aligning variables/macros, for reflowing text and other similar tasks.
|
||||||
See the file :ref:`Documentation/process/clang-format.rst <clangformat>`
|
See the file :ref:`Documentation/dev-tools/clang-format.rst <clangformat>`
|
||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
Some basic editor settings, such as indentation and line endings, will be
|
Some basic editor settings, such as indentation and line endings, will be
|
||||||
|
@ -732,7 +732,7 @@ these rules, to quickly re-format parts of your code automatically,
|
|||||||
and to review full files in order to spot coding style mistakes,
|
and to review full files in order to spot coding style mistakes,
|
||||||
typos and possible improvements. It is also handy for sorting ``#includes``,
|
typos and possible improvements. It is also handy for sorting ``#includes``,
|
||||||
for aligning variables/macros, for reflowing text and other similar tasks.
|
for aligning variables/macros, for reflowing text and other similar tasks.
|
||||||
See the file :ref:`Documentation/process/clang-format.rst <clangformat>`
|
See the file :ref:`Documentation/dev-tools/clang-format.rst <clangformat>`
|
||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
Some basic editor settings, such as indentation and line endings, will be
|
Some basic editor settings, such as indentation and line endings, will be
|
||||||
|
@ -113,7 +113,6 @@ lack of a better place.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
clang-format
|
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.. include:: ../disclaimer-ita.rst
|
.. include:: ../disclaimer-ita.rst
|
||||||
|
|
||||||
:Original: :ref:`Documentation/process/clang-format.rst <clangformat>`
|
:Original: :ref:`Documentation/dev-tools/clang-format.rst <clangformat>`
|
||||||
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
|
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
|
||||||
|
|
||||||
.. _it_clangformat:
|
.. _it_clangformat:
|
||||||
|
@ -754,7 +754,7 @@ código automáticamente, y revisar archivos completos para detectar errores
|
|||||||
de estilo del código, errores tipográficos y posibles mejoras. También es
|
de estilo del código, errores tipográficos y posibles mejoras. También es
|
||||||
útil para ordenar ``#includes``, para alinear variables/macros, para
|
útil para ordenar ``#includes``, para alinear variables/macros, para
|
||||||
redistribuir texto y otras tareas similares. Vea el archivo
|
redistribuir texto y otras tareas similares. Vea el archivo
|
||||||
:ref:`Documentation/process/clang-format.rst <clangformat>` para más
|
:ref:`Documentation/dev-tools/clang-format.rst <clangformat>` para más
|
||||||
detalles.
|
detalles.
|
||||||
|
|
||||||
10) Archivos de configuración de Kconfig
|
10) Archivos de configuración de Kconfig
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
注意您还可以使用 ``clang-format`` 工具来帮助您处理这些规则,快速自动重新格式
|
注意您还可以使用 ``clang-format`` 工具来帮助您处理这些规则,快速自动重新格式
|
||||||
化部分代码,和审阅完整的文件以发现代码样式错误、拼写错误和可能的改进。它还
|
化部分代码,和审阅完整的文件以发现代码样式错误、拼写错误和可能的改进。它还
|
||||||
可以方便地排序 ``#includes`` 、对齐变量/宏、重排文本和其他类似任务。有关详细
|
可以方便地排序 ``#includes`` 、对齐变量/宏、重排文本和其他类似任务。有关详细
|
||||||
信息,请参阅文档 :ref:`Documentation/process/clang-format.rst <clangformat>`
|
信息,请参阅文档 :ref:`Documentation/dev-tools/clang-format.rst <clangformat>`
|
||||||
|
|
||||||
抽象层
|
抽象层
|
||||||
******
|
******
|
||||||
|
@ -654,7 +654,7 @@ Documentation/translations/zh_CN/doc-guide/index.rst 和 scripts/kernel-doc 。
|
|||||||
请注意,您还可以使用 ``clang-format`` 工具帮助您处理这些规则,快速自动重新格
|
请注意,您还可以使用 ``clang-format`` 工具帮助您处理这些规则,快速自动重新格
|
||||||
式化部分代码,并审阅整个文件以发现代码风格错误、打字错误和可能的改进。它还可
|
式化部分代码,并审阅整个文件以发现代码风格错误、打字错误和可能的改进。它还可
|
||||||
以方便地排序 ``#include`` ,对齐变量/宏,重排文本和其他类似任务。
|
以方便地排序 ``#include`` ,对齐变量/宏,重排文本和其他类似任务。
|
||||||
详见 Documentation/process/clang-format.rst 。
|
详见 Documentation/dev-tools/clang-format.rst 。
|
||||||
|
|
||||||
|
|
||||||
10) Kconfig 配置文件
|
10) Kconfig 配置文件
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
注意您還可以使用 ``clang-format`` 工具來幫助您處理這些規則,快速自動重新格式
|
注意您還可以使用 ``clang-format`` 工具來幫助您處理這些規則,快速自動重新格式
|
||||||
化部分代碼,和審閱完整的文件以發現代碼樣式錯誤、拼寫錯誤和可能的改進。它還
|
化部分代碼,和審閱完整的文件以發現代碼樣式錯誤、拼寫錯誤和可能的改進。它還
|
||||||
可以方便地排序 ``#includes`` 、對齊變量/宏、重排文本和其他類似任務。有關詳細
|
可以方便地排序 ``#includes`` 、對齊變量/宏、重排文本和其他類似任務。有關詳細
|
||||||
信息,請參閱文檔 :ref:`Documentation/process/clang-format.rst <clangformat>`
|
信息,請參閱文檔 :ref:`Documentation/dev-tools/clang-format.rst <clangformat>`
|
||||||
|
|
||||||
抽象層
|
抽象層
|
||||||
******
|
******
|
||||||
|
@ -657,7 +657,7 @@ Documentation/translations/zh_CN/doc-guide/index.rst 和 scripts/kernel-doc 。
|
|||||||
請注意,您還可以使用 ``clang-format`` 工具幫助您處理這些規則,快速自動重新格
|
請注意,您還可以使用 ``clang-format`` 工具幫助您處理這些規則,快速自動重新格
|
||||||
式化部分代碼,並審閱整個文件以發現代碼風格錯誤、打字錯誤和可能的改進。它還可
|
式化部分代碼,並審閱整個文件以發現代碼風格錯誤、打字錯誤和可能的改進。它還可
|
||||||
以方便地排序 ``#include`` ,對齊變量/宏,重排文本和其他類似任務。
|
以方便地排序 ``#include`` ,對齊變量/宏,重排文本和其他類似任務。
|
||||||
詳見 Documentation/process/clang-format.rst 。
|
詳見 Documentation/dev-tools/clang-format.rst 。
|
||||||
|
|
||||||
|
|
||||||
10) Kconfig 配置文件
|
10) Kconfig 配置文件
|
||||||
|
Loading…
Reference in New Issue
Block a user