Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
| :status: valid | ||
|
|
||
| Placeholder for the description that will be generated from doxygen No newline at end of file | ||
| Placeholder for the description that will be generated from doxygen |
There was a problem hiding this comment.
We aren't using doxygen, is this a typo / old copy paste error?
There was a problem hiding this comment.
The description itself is directly moved from process description. Maybe the process description was wrong.
| # SPDX-License-Identifier: Apache-2.0 | ||
| # ******************************************************************************* | ||
| .. include:: ../../../score/example_component/docs/component_architecture_template.rst |
There was a problem hiding this comment.
I don't understand this, can you explain?
Why is this included and not just in one place?
There was a problem hiding this comment.
According to the documentation guidelines the component documentation is located nearby the components. That means in the docs folder of the component. If I want to refer to that from the architecture I have to link it in this way.
There was a problem hiding this comment.
Not sure how to solve different parts in one repo in an other way. Maybe by an index.rst at top level.
There was a problem hiding this comment.
There currently isn't a way to have different TOP LEVEL doc folders. They all have to be in a single combined folder.
| | `score/` | Source files and Unit Tests for the module | | ||
| | `tests/` | Component and Feature Integration Tests (CIT&FIT) | | ||
| | `examples/` | Example files used for guidance | | ||
| | `docs/` | Documentation (Doxygen for C++ / mdBook for Rust) | |
There was a problem hiding this comment.
As far as I know doxygen is not used currently.
OR am I on old information?
There was a problem hiding this comment.
This is unchanged. We have to check that.
There was a problem hiding this comment.
Implementation process is not finalised yet, that was planned for implementation, detailed design
No description provided.