nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
117 stars 90 forks source link

Doxygen-tag: try not to check @CAP in non-comment area. #735

Closed myungjoo closed 2 years ago

myungjoo commented 2 years ago

This it no a correct fix, but a workaround for nnstreamer's tensor-transform script TAOS CI error.

Try to check @CAP only if it is formed like: (example)

/** @TAG
 * @TAG
// @TAG
code... // @TAG
...

And do not check @CAP if it's:

str = "BLAHBLAH @DIM ...";

Signed-off-by: MyungJoo Ham myungjoo.ham@samsung.com

taos-ci commented 2 years ago

:memo: TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #735. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/.