I was selected as a contributor for GSoC 2025 under the project “Improving Core Clang-Doc Functionality” for LLVM.My mentors for the project were Paul Kirth and Petr Hosek. Clang-Doc is a tool in clang-tools-extra that generates documentation from Clang’s AST and can output Markdown, HTML, YAML, and JSON.The project started in 2018 but major development eventually slowed.Recently, there have been efforts to get it back on track. This year, the GSoC project idea had a simple premise: imp...