[all-commits] [llvm/llvm-project] ad523c: [NFC][Docs] Add missing Doxygen group comments for...
Mats Larsen via All-commits
all-commits at lists.llvm.org
Sun Nov 7 03:26:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad523cc398d132ca48215f6499ba420cf0f7aaaa
https://github.com/llvm/llvm-project/commit/ad523cc398d132ca48215f6499ba420cf0f7aaaa
Author: Mats Larsen <me at supergrecko.com>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Changed paths:
M llvm/include/llvm-c/Comdat.h
M llvm/include/llvm-c/Core.h
M llvm/include/llvm-c/DebugInfo.h
M llvm/include/llvm-c/DisassemblerTypes.h
M llvm/include/llvm-c/Error.h
M llvm/include/llvm-c/ErrorHandling.h
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/LLJIT.h
M llvm/include/llvm-c/Linker.h
M llvm/include/llvm-c/Orc.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm-c/Support.h
M llvm/include/llvm-c/TargetMachine.h
M llvm/include/llvm-c/Transforms/PassBuilder.h
Log Message:
-----------
[NFC][Docs] Add missing Doxygen group comments for LLVM-C
The LLVM-C API is relatively small so we've previously added doxygen tags
so it's easier to navigate the LLVM-C web docs. Over the years, more
headers were added without proper doxygen tags, effectively hiding them
from the main LLVM-C doxygen page. This patch adds comments to headers
which did not have them.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D112474
More information about the All-commits
mailing list