]> granicus.if.org Git - clang/commit
[DOXYGEN] Minor improvements in doxygen comments.
authorEkaterina Romanova <katya_romanova@playstation.sony.com>
Fri, 28 Apr 2017 16:45:39 +0000 (16:45 +0000)
committerEkaterina Romanova <katya_romanova@playstation.sony.com>
Fri, 28 Apr 2017 16:45:39 +0000 (16:45 +0000)
commitb3dc14e34032cb815476530ccb266c5149adcbcf
tree8ce5c90b078d660557179e945af66c1909917e5e
parent1b98417fe9692b0550e51a763a961344110adf99
[DOXYGEN] Minor improvements in doxygen comments.

- I removed doxygen comments for the intrinsics that "alias" the other existing documented intrinsics and that only sligtly differ in spelling (single underscores vs. double underscores).
 #define _tzcnt_u16(a)     (__tzcnt_u16((a)))

It will be very hard to keep the documentation for these "aliases" in sync with the documentation for the intrinsics they alias to. Out of sync documentation will be more confusing than no documentation.

I got an OK from Eric Christopher to commit doxygen comments without prior code
review upstream.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/bmiintrin.h