diff --git a/src/cell.c b/src/cell.c index 77b9988..77f1bfd 100644 --- a/src/cell.c +++ b/src/cell.c @@ -245,7 +245,7 @@ gnm_cell_set_expr_unsafe (GnmCell *cell, GnmExprTop const *texpr) cell_set_expr_internal (cell, texpr); } -/** +/* * gnm_cell_set_expr: Stores and references the supplied expression * marks the sheet as dirty. Intented for use by import routines that * do bulk assignment. The resulting cell _is_ linked into the diff --git a/src/func.c b/src/func.c index 8b6bf34..01a4b9e 100644 --- a/src/func.c +++ b/src/func.c @@ -1039,7 +1039,7 @@ gnm_func_get_type (void) return t; } -/** +/* */ GnmFunc * gnm_func_lookup (char const *name, Workbook *scope) @@ -1881,7 +1881,7 @@ typedef struct { gboolean ignore_subtotal; } IterateCallbackClosure; -/** +/* * cb_iterate_cellrange: * * Helper routine used by the function_iterate_do_value routine.