Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
niley7464 opened this issue Aug 9, 2022 · 2 comments
Open

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

niley7464 opened this issue Aug 9, 2022 · 2 comments

Comments

@niley7464
Copy link
Contributor

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

nnstreamer/nnstreamer#3869
#735

@taos-ci
Copy link
Collaborator

taos-ci commented Aug 9, 2022

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

@myungjoo
Copy link
Member

myungjoo commented Aug 9, 2022

Refer to #735
I was trying to add a workaround. Maybe it's time to make a real fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants