Skip to content

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

Description

@niley7464

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions