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

changeset 2169
667843bd2193
parent 1797
019063968164
child 2198
f42a22e2b2cd
equal deleted inserted replaced
2168:119747cd9f25 2169:667843bd2193
282 } 282 }
283 setCreateOverview(); 283 setCreateOverview();
284 setTopFile(root); 284 setTopFile(root);
285 285
286 if (root instanceof RootDocImpl) { 286 if (root instanceof RootDocImpl) {
287 ((RootDocImpl) root).initDocLint(doclintOpts); 287 ((RootDocImpl) root).initDocLint(doclintOpts, tagletManager.getCustomTagNames());
288 } 288 }
289 } 289 }
290 290
291 /** 291 /**
292 * Returns the "length" of a given option. If an option takes no 292 * Returns the "length" of a given option. If an option takes no

mercurial