[Pkg-cli-libs-commits] r3589 - /packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Jan 12 06:01:05 UTC 2008


Author: slomo
Date: Sat Jan 12 06:01:05 2008
New Revision: 3589

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3589
Log:
* fix patch

Modified:
    packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch

Modified: packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch?rev=3589&op=diff
==============================================================================
--- packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch (original)
+++ packages/taglib-sharp/trunk/debian/patches/03_file.cs-docs-failure.dpatch Sat Jan 12 06:01:05 2008
@@ -4,25 +4,41 @@
 
 --- taglib-sharp/src/TagLib/File.cs.old	2008-01-12 06:51:00.000000000 +0100
 +++ taglib-sharp/src/TagLib/File.cs	2008-01-12 06:51:43.000000000 +0100
-@@ -127,15 +127,17 @@
+@@ -106,7 +106,7 @@
+ 		
+ 		/// <summary>
+ 		///    This delegate is used for intervening in <see
+-		///    cref="Create(string)" /> by resolving the file type
++		///    cref="File.Create(string)" /> by resolving the file type
+ 		///    before any standard resolution operations.
+ 		/// </summary>
+ 		/// <param name="abstraction">
+@@ -127,17 +127,17 @@
  		/// </returns>
  		/// <remarks>
  		///    <para>A <see cref="FileTypeResolver" /> is one way of
--		///    altering the behavior of .</para>
--		///    <para>When is called, the
+-		///    altering the behavior of <see cref="Create(string)"
 +		///    altering the behavior of <see cref="File.Create(string)"
-+		///    />.</para>
+ 		///    />.</para>
+-		///    <para>When <see cref="Create(string)" /> is called, the
 +		///    <para>When <see cref="File.Create(string)" /> is called, the
  		///    registered resolvers are invoked in the reverse order in
  		///    which they were registered. The resolver may then perform
  		///    any operations necessary, including other type-finding
  		///    methods.</para>
  		///    <para>If the resolver returns a new <see cref="File" />,
--		///    it will instantly be returned, by . If it returns <see 
--		///    langword="null" />,  will
-+		///    it will instantly be returned, by <see
+ 		///    it will instantly be returned, by <see
+-		///    cref="Create(string)" />. If it returns <see 
+-		///    langword="null" />, <see cref="Create(string)" /> will
 +		///    cref="File.Create(string)" />. If it returns <see 
 +		///    langword="null" />, <see cref="File.Create(string)" /> will
  		///    continue to process. If the resolver throws an exception
  		///    it will be uncaught.</para>
  		///    <para>To register a resolver, use <see
+@@ -1769,4 +1769,4 @@
+ 		
+ 		#endregion
+ 	}
+-}
+\ Kein Zeilenumbruch am Dateiende.
++}




More information about the Pkg-cli-libs-commits mailing list