OVERRIDE_ENTRY(bool, bool, 1, callerGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, referencedByRelation ) \
OVERRIDE_ENTRY(bool, bool, 1, referencesRelation ) \
OVERRIDE_ENTRY(bool, bool, 1, inlineSource ) \
OVERRIDE_ENTRY(bool, bool, 1, includeGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, includedByGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, directoryGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, collaborationGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, groupGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, enumValues ) \
OVERRIDE_ENTRY(CLASS_GRAPH_t, int, 3, inheritanceGraph )
#define OVERRIDE_ENTRY(type, store_type, bits, name)
37#define COMMAND_OVERRIDES \
38 OVERRIDE_ENTRY(bool, bool, 1, callGraph ) \
39 OVERRIDE_ENTRY(bool, bool, 1, callerGraph ) \
40 OVERRIDE_ENTRY(bool, bool, 1, referencedByRelation ) \
41 OVERRIDE_ENTRY(bool, bool, 1, referencesRelation ) \
42 OVERRIDE_ENTRY(bool, bool, 1, inlineSource ) \
43 OVERRIDE_ENTRY(bool, bool, 1, includeGraph ) \
44 OVERRIDE_ENTRY(bool, bool, 1, includedByGraph ) \
45 OVERRIDE_ENTRY(bool, bool, 1, directoryGraph ) \
46 OVERRIDE_ENTRY(bool, bool, 1, collaborationGraph ) \
47 OVERRIDE_ENTRY(bool, bool, 1, groupGraph ) \
48 OVERRIDE_ENTRY(bool, bool, 1, enumValues ) \
49 OVERRIDE_ENTRY(CLASS_GRAPH_t, int, 3, inheritanceGraph )