equal
deleted
inserted
replaced
|
1 /****************************************************************************** |
|
2 * |
|
3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 * |
|
5 * Permission to use, copy, modify, and distribute this software and its |
|
6 * documentation under the terms of the GNU General Public License is hereby |
|
7 * granted. No representations are made about the suitability of this software |
|
8 * for any purpose. It is provided "as is" without express or implied warranty. |
|
9 * See the GNU General Public License for more details. |
|
10 * |
|
11 */ |
|
12 |
|
13 #ifndef XMLDITA_H |
|
14 #define XMLDITA_H |
|
15 |
|
16 /** @file |
|
17 This file contains common macros etc that affect DITA generation. For example |
|
18 macros |
|
19 */ |
|
20 |
|
21 /** 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 |
|
23 may contain characters that are not acceptable as an XML ID |
|
24 */ |
|
25 #define USE_DOXYGEN_ID_AS_XML_ID 1 |
|
26 |
|
27 //#define DITA_TRACE |
|
28 #undef DITA_TRACE |
|
29 // If defined then the trace output (if any) is written as a comment in the XML |
|
30 // Otherwise it appears on stdout. |
|
31 #define DITA_TRACE_TO_XML |
|
32 |
|
33 #define DITA_OT_BUG_ATTRIBUTE_VALUE_HACK |
|
34 |
|
35 #define DITA_SUPRESS_NAMESPACE_LINKS 1 |
|
36 |
|
37 #endif // XMLDITA_H |