From 7287d35a556ebdbb9f7380853dea8013aa4eaebd Mon Sep 17 00:00:00 2001 From: liku Date: Thu, 16 Jun 2022 07:13:52 +0000 Subject: [PATCH] pw_env_setup: Add doxygen to pigweed's pigweed configuration Add doxygen as a part of pigweed third party tooling Doxygen is the de facto standard tool for generating documentation from annotated C++ sources. It is desirable to include doxygen binary in the tooling for API reference doc and for future integration with pw_docgen. Change-Id: I64460282dd4e57997af18f039ad1b24accf43664 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/98340 Reviewed-by: Rob Mohr Commit-Queue: Rob Mohr --- pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json index 6594a7a050..f239ee1174 100644 --- a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json +++ b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json @@ -51,6 +51,16 @@ ], "version_file": ".versions/bloaty-embedded.cipd_version" }, + { + "path": "pigweed/third_party/doxygen/${platform}", + "platforms": [ + "linux-amd64" + ], + "tags":[ + "version:1.9.4" + ], + "version_file": ".versions/doxygen.cipd_version" + }, { "path": "infra/3pp/tools/protoc/${platform}", "platforms": [