Orb/Doxygen/src/xmldita.h
changeset 4 468f4c8d3d5b
parent 1 82f11024044a
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
    12 
    12 
    13 #ifndef XMLDITA_H
    13 #ifndef XMLDITA_H
    14 #define XMLDITA_H
    14 #define XMLDITA_H
    15 
    15 
    16 /** @file
    16 /** @file
    17 This file contains common macros etc that affect DITA generation. For example
    17 This file contains common macros etc that affect DITA generation.
    18 macros 
       
    19 */
    18 */
    20 
    19 
    21 /** If 1 then the internal Doxygen ID is used as the value of the id attribute
    20 /** If 1 then the internal Doxygen ID is used as the value of the id attribute
    22 otherwise another ID is used, for example the Fully Qualified name and that
    21 otherwise another ID is used, for example the Fully Qualified name and that
    23 may contain characters that are not acceptable as an XML ID
    22 may contain characters that are not acceptable as an XML ID
    24 */
    23 */
    25 #define USE_DOXYGEN_ID_AS_XML_ID 1
    24 #define USE_DOXYGEN_ID_AS_XML_ID 1
    26 
    25 
       
    26 /** If 1 then the internal Doxygen ID is used to determine if a member is
       
    27 a duplicate of one that has already been written. If 0 another technique
       
    28 is used, for example the lookup name.
       
    29 This only has an affect if Config_getBool("XML_DITA_OMIT_DUPLICATE_MEMBERS")
       
    30 is True.
       
    31 */
       
    32 #define USE_DOXYGEN_ID_AS_DUPLICATE_TEST 0
       
    33 
       
    34 #undef DITA_TRACE
    27 //#define DITA_TRACE
    35 //#define DITA_TRACE
    28 #undef DITA_TRACE
       
    29 // If defined then the trace output (if any) is written as a comment in the XML
    36 // If defined then the trace output (if any) is written as a comment in the XML
    30 // Otherwise it appears on stdout.
    37 // Otherwise it appears on stdout.
       
    38 //#undef DITA_TRACE_TO_XML
    31 #define DITA_TRACE_TO_XML
    39 #define DITA_TRACE_TO_XML
    32 
       
    33 #define DITA_OT_BUG_ATTRIBUTE_VALUE_HACK
       
    34 
    40 
    35 #define DITA_SUPRESS_NAMESPACE_LINKS 1
    41 #define DITA_SUPRESS_NAMESPACE_LINKS 1
    36 
    42 
       
    43 // If set to 1 then the DumpDocBlockContents will be written to stdout.
       
    44 #define DITA_DUMP_DOC_BLOCK_CONTENTS 0
       
    45 
    37 #endif // XMLDITA_H
    46 #endif // XMLDITA_H