[gnumeric] Introspection: fix markup.



commit 5a949a8fc867ea2fea2eb1eecd5bc8203f25ae76
Author: Morten Welinder <terra gnome org>
Date:   Mon Dec 15 12:56:30 2014 -0500

    Introspection: fix markup.

 src/sheet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/sheet.c b/src/sheet.c
index add1364..4b97bf2 100644
--- a/src/sheet.c
+++ b/src/sheet.c
@@ -5138,7 +5138,7 @@ sheet_insert_cols (Sheet *sheet, int col, int count,
 }
 
 /**
- * sheet_delete_cols
+ * sheet_delete_cols:
  * @sheet: The sheet
  * @col:     At which position we want to start deleting columns
  * @count:   The number of columns to be deleted
@@ -5174,7 +5174,7 @@ sheet_insert_rows (Sheet *sheet, int row, int count,
 }
 
 /**
- * sheet_delete_rows
+ * sheet_delete_rows:
  * @sheet: The sheet
  * @row: At which position we want to start deleting rows
  * @count: The number of rows to be deleted


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]