File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets
test/langtools/jdk/javadoc/doclet/testTaglets Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 4444public class SpecTaglet extends BaseTaglet implements InheritableTaglet {
4545
4646 public SpecTaglet () {
47- super (DocTree .Kind .SPEC , true , EnumSet .allOf (Location .class ));
48- }
49-
50- @ Override
51- public boolean isBlockTag () {
52- return true ;
47+ super (DocTree .Kind .SPEC , false , EnumSet .allOf (Location .class ));
5348 }
5449
5550 @ Override
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2323
2424/*
2525 * @test
26- * @bug 8202947
26+ * @bug 8202947 8294471
2727 * @summary Test TagletManager initialization
2828 * @library /tools/lib ../../lib
2929 * @modules jdk.javadoc/jdk.javadoc.internal.tool
Original file line number Diff line number Diff line change 2121 @serialField: block ........ ...... ....... .... ........... ...... field ...... ........
2222 @since: block overview module package type constructor method field ...... ........
2323 {@snippet}: ..... overview module package type constructor method field inline ........
24- @spec: block overview module package type constructor method field inline ........
24+ @spec: block overview module package type constructor method field ...... ........
2525 {@summary}: ..... overview module package type constructor method field inline ........
2626 {@systemProperty}: ..... overview module package type constructor method field inline ........
2727 @throws: block ........ ...... ....... .... constructor method ..... ...... ........
You can’t perform that action at this time.
0 commit comments