PlainAnalyzer.java revision 6d7c6f82e644c205bc679ee5b1fa2929ec949963
1117N/A * The contents of this file are subject to the terms of the 1117N/A * Common Development and Distribution License (the "License"). 1117N/A * You may not use this file except in compliance with the License. 1117N/A * language governing permissions and limitations under the License. 1117N/A * When distributing Covered Code, include this CDDL HEADER in each 1117N/A * If applicable, add the following below this CDDL HEADER, with the 1117N/A * fields enclosed by brackets "[]" replaced with your own identifying 1117N/A * information: Portions Copyright [yyyy] [name of copyright owner] 1117N/A * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. 1117N/A * Analyzer for plain text files * Created on September 21, 2005 /** Creates a new instance of PlainAnalyzer */ doc.
add(
new Field(
"refs",
dummy));
//@FIXME adding a refs field only if it has defs? * Write a cross referenced HTML file. * @param out Writer to write HTML cross-reference * Write a cross referenced HTML file reads the source from in * @param out Output xref writer * @param defs definitions for the file (could be null) * @param annotation annotation for the file (could be null)