[all-commits] [llvm/llvm-project] 9dbe83: [Docs] Fix missing docs strings for CallingConv.h
Marc Auberer via All-commits
all-commits at lists.llvm.org
Thu Aug 4 12:15:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9dbe839627bebc67b718d9fe7d2d66c9c803cf3a
https://github.com/llvm/llvm-project/commit/9dbe839627bebc67b718d9fe7d2d66c9c803cf3a
Author: Marc Auberer <marc.auberer at chillibits.com>
Date: 2022-08-04 (Thu, 04 Aug 2022)
Changed paths:
M llvm/include/llvm/IR/CallingConv.h
Log Message:
-----------
[Docs] Fix missing docs strings for CallingConv.h
Replaces
```
//
```
with
```
///
```
for some code lines to make it visible in the auto-generated documentation.
Reviewed By: dblaikie, MaskRay
Differential Revision: https://reviews.llvm.org/D131152
More information about the All-commits
mailing list