summaryrefslogtreecommitdiffstats
path: root/src/subtotal.h
diff options
context:
space:
mode:
authorCharles Edward Pax <charles.pax@gmail.com>2017-07-27 21:27:23 +0800
committerCharles Edward Pax <charles.pax@gmail.com>2017-07-27 21:27:23 +0800
commitc16ee2dbe57ff77fcd3fdacbe61918c04b391a26 (patch)
treee3e5b2b1a05a4c0e92685dc3f638cb61908a10bb /src/subtotal.h
parentc9180e0d8a91fae476fc63846f387edd9466aa64 (diff)
Doxygen comments.
Diffstat (limited to 'src/subtotal.h')
-rw-r--r--src/subtotal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtotal.h b/src/subtotal.h
index a7e1306..6870e00 100644
--- a/src/subtotal.h
+++ b/src/subtotal.h
@@ -39,7 +39,7 @@
* \file subtotal.h
* \author Andrés Martinelli <andmarti@gmail.com>
* \date 2017-07-18
- * \brief Header file for subtotal.h
+ * \brief Header file for subtotal.c
*/
int subtotal(int r, int c, int rf, int cf, int group_col, char * operation, int ope_col, int replace_subtotals);