summaryrefslogtreecommitdiffstats
path: root/lib/skin_parser/tag_table.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-01 08:45:49 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-01 08:45:49 +0000
commit7dfd0c065139b145590c4317ed74f2ce34deb596 (patch)
treee967c740b8c778d963864a5725ec15ce234769cc /lib/skin_parser/tag_table.h
parent7da040bf22e936c19a495bfe10b746be77a76d21 (diff)
downloadrockbox-7dfd0c065139b145590c4317ed74f2ce34deb596.tar.gz
rockbox-7dfd0c065139b145590c4317ed74f2ce34deb596.zip
Theme Editor: Implemented JdGordon's tag newline-eating mechanism
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27210 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'lib/skin_parser/tag_table.h')
-rw-r--r--lib/skin_parser/tag_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/skin_parser/tag_table.h b/lib/skin_parser/tag_table.h
index ff399dd1f1..4035789c82 100644
--- a/lib/skin_parser/tag_table.h
+++ b/lib/skin_parser/tag_table.h
@@ -249,6 +249,8 @@ enum skin_token_type {
* f - Nullable file name
* C - Required skin code
* N - any amount of strings.. must be the last param in the list
+ * \n - causes the parser to eat everything up to and including the \n
+ * MUST be the last character of the prams string
* Any nullable parameter may be replaced in the WPS file
* with a '-'. To specify that parameters may be left off
* altogether, place a '|' in the parameter string. For