We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
"~~@DIM, ~~@CH_IDX",
"@"
If @DIM is inside comment, is should not be treated as error.
@DIM
nnstreamer/nnstreamer#3869 #735
The text was updated successfully, but these errors were encountered:
cibot: Thank you for posting issue #736. The person in charge will reply soon.
Sorry, something went wrong.
Refer to #735 I was trying to add a workaround. Maybe it's time to make a real fix.
No branches or pull requests
Issue Description
plugins-good/pr-prebuild-doxygen-tag makes unexpected error (The doxygen tag sholud be written in lower case.)
"~~@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
The text was updated successfully, but these errors were encountered: