Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903358

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • 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];
      }

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

              Created:
              Updated:
              Resolved: