[Headers][X86] Replace \operation with \code{.operation}
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 8 May 2022 09:46:12 +0000 (10:46 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 8 May 2022 09:46:26 +0000 (10:46 +0100)
commit6b3a111a2867ce075e70ff1fa1eac2a9e1a4156a
treec0b5c0becb3f86de8a59f814b34ef7db7eb092ce
parent6f9e1ea0efb93388c9301e672b7a73e8216ffa44
[Headers][X86] Replace \operation with \code{.operation}

\operation ... \endoperation are not valid doxygen commands and cause issues when -Wdocumentation is enabled (Issue #35297)

This patch proposes to replace them with \code{.operation} ... \endcode blocks so that the pseudo-code is correctly retained in any documentation and downstream can use the ".operation" type for its own formatting.

Differential Revision: https://reviews.llvm.org/D125170
clang/lib/Headers/avx512fintrin.h
clang/lib/Headers/avx512vlvnniintrin.h
clang/lib/Headers/avxvnniintrin.h
clang/lib/Headers/hresetintrin.h
clang/lib/Headers/keylockerintrin.h
clang/lib/Headers/uintrintrin.h