Skip to content

Commit

Permalink
[clang-tidy][NFC] Fix syntax in release notes
Browse files Browse the repository at this point in the history
Add missing : character to links in release notes
so they could shown properly.
  • Loading branch information
PiotrZSL committed Jul 17, 2023
1 parent d7b4594 commit feaf70b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang-tools-extra/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,17 +238,17 @@ New check aliases

- New alias :doc:`cppcoreguidelines-noexcept-destructor
<clang-tidy/checks/cppcoreguidelines/noexcept-destructor>` to
:doc`performance-noexcept-destructor
:doc:`performance-noexcept-destructor
<clang-tidy/checks/performance/noexcept-destructor>` was added.

- New alias :doc:`cppcoreguidelines-noexcept-move-operations
<clang-tidy/checks/cppcoreguidelines/noexcept-move-operations>` to
:doc`performance-noexcept-move-constructor
:doc:`performance-noexcept-move-constructor
<clang-tidy/checks/performance/noexcept-move-constructor>` was added.

- New alias :doc:`cppcoreguidelines-noexcept-swap
<clang-tidy/checks/cppcoreguidelines/noexcept-swap>` to
:doc`performance-noexcept-swap
:doc:`performance-noexcept-swap
<clang-tidy/checks/performance/noexcept-swap>` was added.

- New alias :doc:`cppcoreguidelines-use-default-member-init
Expand Down

0 comments on commit feaf70b

Please sign in to comment.