Skip to content

Commit

Permalink
Fix JavaDoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalnes committed Jan 5, 2010
1 parent 8cdcc04 commit acc12b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
@@ -1,2 +1,6 @@
<body>

<p>A set of commonly used out-of-the-box {@link org.sitemesh.tagprocessor.TagRule}s.</p>

</body>

@@ -1,3 +1,5 @@
<body>

<h1>The SiteMesh TagProcessor</h1>

<p>This package is for processing <i>tag-like</i> markup languages - things with anglybrackets.
Expand Down Expand Up @@ -28,4 +30,6 @@ <h2>High level: TagProcessor</h2>
<p>The {@link TagProcessor} is built on top of the {@link TagTokenizer} and acts as a registry for {@link TagRule}s and
{@link TextFilter}s.
It also supports multiple {@link State}s, allowing different rules to be applied in different sections of
document.</p>
document.</p>

</body>
@@ -1,3 +1,5 @@
<body>

Provides a mechanism for intercepting content generated by web-apps and making modifications to it.

<p>There are 2 mechanisms for doing this:</p>
Expand All @@ -15,3 +17,6 @@
</ol>

<p>Both of these are suitable for working with text content, but not binary content.</p>

</body>

0 comments on commit acc12b1

Please sign in to comment.