File tree Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
< body >
16
16
17
- < h3 align ="center "> sql2doxygen v0.1 </ h3 >
17
+ < h3 align ="center "> sql2doxygen v0.2 </ h3 >
18
18
19
19
< a name ="Introduction "> </ a >
20
20
< h4 > Introduction</ h4 >
@@ -68,7 +68,10 @@ <h4>Example Output</h4>
68
68
C:\sql2doxygen\Example> doxygen.exe Doxygen.cfg
69
69
</ pre > < p >
70
70
You should see a new folder appear called < code > Dox</ code > . Open < code > index.html</ code >
71
- to see the results.
71
+ to see the results:-
72
+ </ p > < pre >
73
+ C:\sql2doxygen\Example> start Dox\index.html
74
+ </ pre > < p >
72
75
</ p > < p >
73
76
NB: The example Doxygen.cfg file uses a relative path to reference the sql2doxygen
74
77
filter script and so you must ensure the current working directory (CWD) is set
@@ -101,7 +104,7 @@ <h4>Contact Details</h4>
101
104
Web: < a href ="http://www.cix.co.uk/~gort "> www.cix.co.uk/~gort</ a > < br >
102
105
</ p > < p >
103
106
Chris Oldwood< br >
104
- 14th September 2011 < br >
107
+ 31st January 2012 < br >
105
108
</ p >
106
109
107
110
</ body >
Original file line number Diff line number Diff line change 1
- sql2doxygen v0.1 [Alpha]
1
+ sql2doxygen v0.2 [Alpha]
2
2
========================
3
3
4
4
@@ -23,4 +23,4 @@ Web: http://www.cix.co.uk/~gort
23
23
24
24
Chris Oldwood
25
25
26
- 24th June 2011
26
+ 31st January 2012
Original file line number Diff line number Diff line change
1
+ Version 0.2 [Alpha]
2
+ ===================
3
+
4
+ - Fixed wrapping of the output at 80 cols (a common PowerShell issue).
5
+ - Added support for []'s in the object names.
6
+ - Fixed the INPUT_FILTER example in the Usage.
7
+ - Minor improvements to the parsing
8
+ - Massive code refactoring by splitting it into functions and reusing regexes.
9
+
10
+
1
11
Version 0.1 [Alpha]
2
12
===================
3
13
@@ -7,4 +17,4 @@ Version 0.1 [Alpha]
7
17
Chris Oldwood
8
18
[gort@cix.co.uk]
9
19
10
- 24th June 2011
20
+ 31st January 2012
Original file line number Diff line number Diff line change 1
1
- Transform create schema to namespace
2
2
3
3
- Place objects inside namespaces to avoid "Internal inconsistency: scope for class..."
4
+
5
+ - Namespace separator "::" for C++ or "." for C#/Java
6
+
7
+ - Option to strip schema name from type on column defintion
You can’t perform that action at this time.
0 commit comments