[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Fri Jun 2 22:04:31 UTC 2017
sc/source/core/inc/parclass.hxx | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit 3a13d0a39b8f9d8e39402f557c296abadf895626
Author: Eike Rathke <erack at redhat.com>
Date: Fri Jun 2 23:43:54 2017 +0200
Add documentation about documentation generation..
Change-Id: I48f99b40b455d968a9cc029ff6e2e1099f937b23
diff --git a/sc/source/core/inc/parclass.hxx b/sc/source/core/inc/parclass.hxx
index c2370792f3b1..6b55cc63a2fa 100644
--- a/sc/source/core/inc/parclass.hxx
+++ b/sc/source/core/inc/parclass.hxx
@@ -24,6 +24,18 @@
#include <formula/paramclass.hxx>
#include <sys/types.h>
+/** Activate parameter classification documentation.
+
+ Building with DEBUG_SC_PARCLASSDOC 1 enables generation of parameter
+ classification documentation when instanciating the first Calc document if
+ the environment variable OOO_CALC_GENPARCLASSDOC is set and SAL_LOG
+ contains +INFO.sc.core
+
+ Generated output contains CALC_GENPARCLASSDOC that can be easily grep'ed for.
+
+ Activation adds overhead to Calc initialization time to gather information
+ that otherwise is not needed for anything else.
+ */
#define DEBUG_SC_PARCLASSDOC 0
namespace formula
More information about the Libreoffice-commits
mailing list