From ba441b3fd6cb9e061f976e37cfcfab32ca2a9766 Mon Sep 17 00:00:00 2001
From: Oliver Burn
Date: Fri, 15 Mar 2002 14:14:02 +0000
Subject: [PATCH] Added doc for allowing tabs.
---
docs/cmdline.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/cmdline.html b/docs/cmdline.html
index 550aa721b..734e2030e 100644
--- a/docs/cmdline.html
+++ b/docs/cmdline.html
@@ -65,6 +65,10 @@ This command line tool is included in the checkstyle distribution.
| checkstyle.allow.protected |
Indicates whether to allow protected data. Defaults to "no". |
+
+
+ | checkstyle.allow.tabs |
+ Indicates whether to allow tabs. Defaults to "no". |
| checkstyle.allow.package |