1 /* 2 JavadocParagraph 3 violateExecutionOnNonTightHtml = (default)false 4 allowNewlineParagraph = (default)true 5 6 7 */ 8 9 package com.puppycrawl.tools.checkstyle.checks.javadoc.javadocparagraph; 10 11 /** 12 * The Tiles taglib and framework allows building 13 web pages by assembling reusable pieces of pages, 14 called Tiles. A Tile is usually a simple JSP page. 15 16 <div class="section"> 17 <h2>Introduction</h2> 18 19 <p>The Tiles framework allows building pages 20 by assembling reusable Tiles. As an example, the page in 21 the next figure can be built by assembling a 22 header, a footer, a menu, and a body.</p> 23 24 <p><img src="doc-files/image001.gif" 25 height="169" width="145" alt="doc-files/image001"></p> 26 </div> 27 */ 28 public class InputJavadocParagraphNested { 29 }