[NFC][Docs] Add missing Doxygen group comments for LLVM-C
authorMats Larsen <me@supergrecko.com>
Sun, 7 Nov 2021 11:23:17 +0000 (12:23 +0100)
committerMats Larsen <me@supergrecko.com>
Sun, 7 Nov 2021 11:23:17 +0000 (12:23 +0100)
commitad523cc398d132ca48215f6499ba420cf0f7aaaa
tree8593f9a6c681f0f142142cba732fc412cc30bacd
parent70986ea3d6aeacb5d10bfe3b75757611d4e7a379
[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
14 files changed:
llvm/include/llvm-c/Comdat.h
llvm/include/llvm-c/Core.h
llvm/include/llvm-c/DebugInfo.h
llvm/include/llvm-c/DisassemblerTypes.h
llvm/include/llvm-c/Error.h
llvm/include/llvm-c/ErrorHandling.h
llvm/include/llvm-c/IRReader.h
llvm/include/llvm-c/LLJIT.h
llvm/include/llvm-c/Linker.h
llvm/include/llvm-c/Orc.h
llvm/include/llvm-c/OrcEE.h
llvm/include/llvm-c/Support.h
llvm/include/llvm-c/TargetMachine.h
llvm/include/llvm-c/Transforms/PassBuilder.h