From c3d41197826bc84535a51750477a200afe7fa206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vu=C4=8Dica?= Date: Wed, 18 Sep 2024 00:04:06 +0000 Subject: [PATCH] .devcontainer: Mention the blogpost about doxygen support. --- .devcontainer/devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b88936eb..f6a35715 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -53,6 +53,8 @@ "llvm-vs-code-extensions.vscode-clangd", // C/C++ extension. IntelliSense has good parsing of Doxygen docstrings, but otherwise Clangd is more // likely to fit our use case (due to need for Bazel integration via compile_commands.json). + // See more about doxygen support in C/C++ extension: + // https://devblogs.microsoft.com/cppblog/visual-studio-code-c-extension-july-2020-update-doxygen-comments-and-logpoints/ "ms-vscode.cpptools", "StackBuild.bazel-stack-vscode", "StackBuild.bazel-stack-vscode-cc",