File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1605,7 +1605,7 @@ HIDE_UNDOC_RELATIONS = YES
1605
1605
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
1606
1606
# have no effect if this option is set to NO (the default)
1607
1607
1608
- HAVE_DOT = NO
1608
+ HAVE_DOT = YES
1609
1609
1610
1610
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1611
1611
# allowed to run in parallel. When set to 0 (the default) doxygen will
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ namespace System
36
36
}
37
37
};
38
38
39
+ // / global initialization of winsock
39
40
InitNet g_initNet;
40
41
41
42
// / a web client class for downloading web pages via HTTP
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ typedef char Char;
14
14
15
15
namespace System
16
16
{
17
+ // / string comparison enumeration
17
18
enum StringComparison { OrdinalIgnoreCase };
18
19
19
20
// / A generalized string class
Original file line number Diff line number Diff line change 3
3
#include " System/String.h"
4
4
#include " System/IO.h"
5
5
6
- // / xml document class
7
6
namespace System
8
7
{
9
8
namespace Xml
10
9
{
10
+ // / xml document class
11
11
class XmlDocument
12
12
{
13
13
public:
You can’t perform that action at this time.
0 commit comments