summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-05-27 21:14:24 -0400
committerMatt Farina <[email protected]>2013-05-27 21:14:24 -0400
commit2cc7683603c9284c8684eca787c354e186c0a1d4 (patch)
tree2e919a222e2ae16f3630a81309c0b78fbe63d56e
parent6242eebec76c28a8ed9e8d8491f8c33e8fd85fb1 (diff)
Added some rule documentation.
-rw-r--r--src/HTML5/Serializer/OutputRules.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/HTML5/Serializer/OutputRules.php b/src/HTML5/Serializer/OutputRules.php
index 3db857b..6226fdf 100644
--- a/src/HTML5/Serializer/OutputRules.php
+++ b/src/HTML5/Serializer/OutputRules.php
@@ -1,4 +1,11 @@
<?php
+/**
+ * @file
+ * The rules for generating output in the serializer.
+ *
+ * These output rules are likely to generate output similar to the document that
+ * was parsed. It is not intended to output exactly the document that was parsed.
+ */
namespace HTML5\Serializer;
use \HTML5\Elements;