[MPlayer-DOCS] r33167 - in trunk: DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml gui/util/string.c

ib subversion at mplayerhq.hu
Thu Mar 31 12:13:47 CEST 2011


Author: ib
Date: Thu Mar 31 12:13:47 2011
New Revision: 33167

Log:
Allow number sign as comment character.

This is practice in some skins and should not lead to an error message
now that unknown items are reported.

Update documentation.

Modified:
   trunk/DOCS/xml/en/skin.xml

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/de/skin.xml
   trunk/gui/util/string.c

Modified: trunk/DOCS/xml/en/skin.xml
==============================================================================
--- trunk/DOCS/xml/en/skin.xml	Thu Mar 31 11:38:03 2011	(r33166)
+++ trunk/DOCS/xml/en/skin.xml	Thu Mar 31 12:13:47 2011	(r33167)
@@ -166,7 +166,9 @@ You need the following files to build a 
 <para>
 As mentioned above, this is the skin configuration file. It is line oriented;
 comments start with a '<literal>;</literal>' character and continue until
-the end of the line.
+the end of the line, or start with a '<literal>#</literal>' character at the
+beginning of the line (in that case only spaces and tabs are allowed before the
+'<literal>#</literal>').
 </para>
 
 <para>
@@ -733,7 +735,8 @@ file exactly.
 
 <para>
 The font description file (with <filename>.fnt</filename> extension) can have
-comments starting with '<literal>;</literal>'. The file must have a line
+comments like the skin configuration file starting with '<literal>;</literal>'
+(or '<literal>#</literal>', but only at the beginning of the line). The file must have a line
 in the form
 <anchor id="skin-font-image"/>
 <programlisting>image = <replaceable>image</replaceable></programlisting>


More information about the MPlayer-DOCS mailing list