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
118 stars 90 forks source link

[doxygen] pr-prebuild-doxygen-tag makes unexpected error #736

Open niley7464 opened 1 year ago

niley7464 commented 1 year ago

Issue Description

plugins-good/pr-prebuild-doxygen-tag makes unexpected error (The doxygen tag sholud be written in lower case.)

      {GTT_ARITHMETIC, "Mode for arithmetic operations with tensor, "
            "option=[typecast:TYPE,][per-channel:(false|true@DIM),]add|mul|div:NUMBER[@CH_IDX], ...",
          "arithmetic"},
.
.
.
        if (str_op[0]) {
          gchar **values = g_strsplit (str_op[1], "@", -1);
          guint num_values = g_strv_length (values);

"~~@DIM, ~~@CH_IDX", and "@" are treated as error.

Expected Result

If @DIM is inside comment, is should not be treated as error.

Further Information

https://github.com/nnstreamer/nnstreamer/pull/3869 https://github.com/nnstreamer/TAOS-CI/pull/735

taos-ci commented 1 year ago

:octocat: cibot: Thank you for posting issue #736. The person in charge will reply soon.

myungjoo commented 1 year ago

Refer to https://github.com/nnstreamer/TAOS-CI/pull/735 I was trying to add a workaround. Maybe it's time to make a real fix.