Unexpected parsing for @see

XMLWordPrintable

    • b25

        % cat X.java
        public class X {
            /**
             * @see "{@code}"
             */
            public void m() { }
        }

        Executing `javadoc X.java` yields the following two errors:

        X.java:3: error: unexpected content
             * @see "{@code}"
                     ^
        X.java:3: error: incorrect use of inline tag
             * @see "{@code}"
                          ^

              Assignee:
              Guoxiong Li
              Reporter:
              Pavel Rappo
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: