diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-24 12:42:00 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-30 12:10:06 +0200 |
commit | 7c3f732c46ebfee90ffc180c9d59c7af1d96a373 (patch) | |
tree | c7964d24ffea8a1f3f6f800dddd86388ea3d4328 | |
parent | 6574f3049efcf56b1d0c12e0b2ebac9fe8443b4a (diff) | |
download | justbuild-7c3f732c46ebfee90ffc180c9d59c7af1d96a373.tar.gz |
analyse_context: Add missing documentation
-rw-r--r-- | src/buildtool/main/analyse_context.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtool/main/analyse_context.hpp b/src/buildtool/main/analyse_context.hpp index 4fe7381e..cb240cef 100644 --- a/src/buildtool/main/analyse_context.hpp +++ b/src/buildtool/main/analyse_context.hpp @@ -22,6 +22,8 @@ #include "src/buildtool/serve_api/remote/serve_api.hpp" #include "src/buildtool/storage/storage.hpp" +/// \brief Aggregate to be passed during analysis. +/// \note No field is stored as const ref to avoid binding to temporaries. struct AnalyseContext final { gsl::not_null<RepositoryConfig const*> const repo_config; gsl::not_null<Storage const*> const storage; |