Files
clang-p2996/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/avoid-c-arrays.rst
Piotr Zegar 8407e8a80d [clang-tidy][NFC][DOC] Use internal references instead of external
Use internal references instead of external links to
navigate between checks. This allow to generate proper
hyperlinks when documentation is generated in other
format than html, for example: latex or pdf
2023-08-21 17:02:44 +00:00

11 lines
349 B
ReStructuredText

.. title:: clang-tidy - cppcoreguidelines-avoid-c-arrays
.. meta::
:http-equiv=refresh: 5;URL=../modernize/avoid-c-arrays.html
cppcoreguidelines-avoid-c-arrays
================================
The cppcoreguidelines-avoid-c-arrays check is an alias, please see
:doc:`modernize-avoid-c-arrays <../modernize/avoid-c-arrays>`
for more information.