From 3c27c56089a8aa1c231f2cb3874461369378c78b Mon Sep 17 00:00:00 2001 From: Kevin Larke Date: Mon, 8 Feb 2016 21:45:38 -0500 Subject: [PATCH] cmCsv.h : Added documentation. --- cmCsv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmCsv.h b/cmCsv.h index 1635f70..3cef026 100644 --- a/cmCsv.h +++ b/cmCsv.h @@ -129,6 +129,8 @@ extern "C" { // cmCsvCell_t.lexTId in the new cell. There are no constraints on its value. //cmCsvRC_t cmCsvInsertRowBefore( cmCsvH_t h, unsigned row, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId ); + // Column 0 will be added if 'cellPtrPtr'!= NULL and 'symId'!=cmInvalidId. + // If cellPtrPtr and symId are not valid then 'flags' and 'lexTId' are ignored. cmCsvRC_t cmCsvAppendRow( cmCsvH_t h, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId ); // Insert a new cell to the right of leftCellPtr.