difflib: extract summary line from package documentation

This commit is contained in:
Patrick Mezard
2013-11-23 21:16:25 +01:00
parent 6fb7d10580
commit a77cab6ef2

View File

@@ -1,5 +1,6 @@
// Package difflib is a partial port of Python difflib module. It provides tools
// to compare sequences of strings and generate textual diffs.
// Package difflib is a partial port of Python difflib module.
//
// It provides tools to compare sequences of strings and generate textual diffs.
//
// The following class and functions have been ported:
//