Kaydet (Commit) 3a13d0a3 authored tarafından Eike Rathke's avatar Eike Rathke

Add documentation about documentation generation..

Change-Id: I48f99b40b455d968a9cc029ff6e2e1099f937b23
üst edea6e1e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment