changeset 3284:70789a2a5a65 trunk

documentation fixes
author William Pitcock <nenolod@atheme-project.org>
date Thu, 09 Aug 2007 06:21:09 -0500
parents 6062ef95818b
children 740c6f845554
files src/audacious/tuple_formatter.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple_formatter.c	Thu Aug 09 06:19:27 2007 -0500
+++ b/src/audacious/tuple_formatter.c	Thu Aug 09 06:21:09 2007 -0500
@@ -37,14 +37,15 @@
  * language constructs:
  *   - ${field}: prints a field
  *   - ${?field:expr}: evaluates expr if field exists
- *   - ${=field:"value"}: defines field in the currently iterated
+ *   - ${=field,"value"}: defines field in the currently iterated
  *                        tuple as string value of "value"
- *   - ${=field:value}: defines field in the currently iterated
+ *   - ${=field,value}: defines field in the currently iterated
  *                      tuple as integer value of "value"
  *   - ${==field,field:expr}: evaluates expr if both fields are the same
  *   - ${!=field,field:expr}: evaluates expr if both fields are not the same
  *
  * everything else is treated as raw text.
+ * additionally, plugins can add additional instructions!
  */
 
 typedef struct {