removed documentation whitespace

This commit is contained in:
William Knauss
2014-05-09 21:31:22 -04:00
parent ba1d462044
commit 8ba88c582d

View File

@@ -3,24 +3,15 @@
class parseCSV {
/*
Class: parseCSV v0.4.3 beta
https://github.com/jimeh/php-parsecsv
Fully conforms to the specifications lined out on wikipedia:
- http://en.wikipedia.org/wiki/Comma-separated_values
Based on the concept of Ming Hong Ng's CsvFileParser class:
-
Copyright (c) 2007 Jim Myhrberg (jim@zydev.info).
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -41,8 +32,6 @@ class parseCSV {
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Code Examples
----------------
# general usage
@@ -79,8 +68,6 @@ class parseCSV {
$csv = new parseCSV();
$csv->output (true, 'movies.csv', $array);
----------------
*/