src/share/classes/com/sun/tools/doclets/formats/html/HtmlSerialMethodWriter.java

changeset 1743
6a5288a298fd
parent 1410
bfec2a1cc869
child 1744
76a691e3e961
equal deleted inserted replaced
1742:7af0fa419a2b 1743:6a5288a298fd
1 /* 1 /*
2 * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
144 * 144 *
145 * @param member the method to document. 145 * @param member the method to document.
146 * @param methodsContentTree the tree to which the member tags info will be added 146 * @param methodsContentTree the tree to which the member tags info will be added
147 */ 147 */
148 public void addMemberTags(MethodDoc member, Content methodsContentTree) { 148 public void addMemberTags(MethodDoc member, Content methodsContentTree) {
149 TagletOutputImpl output = new TagletOutputImpl(""); 149 TagletOutput output = new TagletOutputImpl();
150 TagletManager tagletManager = 150 TagletManager tagletManager =
151 configuration.tagletManager; 151 configuration.tagletManager;
152 TagletWriter.genTagOuput(tagletManager, member, 152 TagletWriter.genTagOuput(tagletManager, member,
153 tagletManager.getSerializedFormTags(), 153 tagletManager.getSerializedFormTags(),
154 writer.getTagletWriterInstance(false), output); 154 writer.getTagletWriterInstance(false), output);

mercurial