jextract does not generate correct signature for multidimensional arrays in doc comments

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: tools
    • None

      jextract does not generate correct signature in doc comments for multidimensional arrays

      File: t.h

      int abc[2][2];

      Generated javadoc snippet looks as follows:

      {@snippet :
          int [2] abc[2];
      }

      instead of the expected

      {@snippet :
          int abc[2][2];
      }

            Assignee:
            Sundararajan Athijegannathan
            Reporter:
            Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: