Skip to content

Commit 61aafaf

Browse files
author
Admin
committed
Updated for the v0.2 release.
1 parent 5cf973b commit 61aafaf

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

HelpFile/sql2doxygen.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<body>
1616

17-
<h3 align="center">sql2doxygen v0.1</h3>
17+
<h3 align="center">sql2doxygen v0.2</h3>
1818

1919
<a name="Introduction"></a>
2020
<h4>Introduction</h4>
@@ -68,7 +68,10 @@ <h4>Example Output</h4>
6868
C:\sql2doxygen\Example> doxygen.exe Doxygen.cfg
6969
</pre><p>
7070
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>
7275
</p><p>
7376
NB: The example Doxygen.cfg file uses a relative path to reference the sql2doxygen
7477
filter script and so you must ensure the current working directory (CWD) is set
@@ -101,7 +104,7 @@ <h4>Contact Details</h4>
101104
Web: <a href="http://www.cix.co.uk/~gort">www.cix.co.uk/~gort</a><br>
102105
</p><p>
103106
Chris Oldwood<br>
104-
14th September 2011<br>
107+
31st January 2012<br>
105108
</p>
106109

107110
</body>

ReadMe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sql2doxygen v0.1 [Alpha]
1+
sql2doxygen v0.2 [Alpha]
22
========================
33

44

@@ -23,4 +23,4 @@ Web: http://www.cix.co.uk/~gort
2323

2424
Chris Oldwood
2525

26-
24th June 2011
26+
31st January 2012

RelNotes.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
Version 0.1 [Alpha]
212
===================
313

@@ -7,4 +17,4 @@ Version 0.1 [Alpha]
717
Chris Oldwood
818
[gort@cix.co.uk]
919

10-
24th June 2011
20+
31st January 2012

TODO.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
- Transform create schema to namespace
22

33
- 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

0 commit comments

Comments
 (0)