File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
sql2doxygen v0.2 [Alpha]
2
2
========================
3
3
4
+ Introduction
5
+ ------------
4
6
5
- 1: Installation
6
- ---------------
7
+ Doxygen is a tool for generating documentation from source code and it
8
+ currently handles many languages either natively or through add-on filters.
9
+ This script is one such filter that transforms T-SQL into C-like code so that
10
+ Doxygen can then parse it natively.
7
11
8
- Copy the files sql2doxygen.* to a suitable location.
12
+ While this means that you can benefit from the automated generation of
13
+ documentation it does mean that you have to mentally translate a 'struct' back
14
+ into a 'table' and reverse the type and member/variable names in declarations.
9
15
16
+ Documentation
17
+ -------------
10
18
11
- 2: Help/Manual
12
- --------------
19
+ There is a manual: sql2doxygen.html.
13
20
14
- There is a HelpFile - sql2doxygen.html.
15
-
16
-
17
- 3: Contact Details
21
+ Contact Details
18
22
------------------
19
23
20
24
Email: gort@cix.co.uk
21
- Web: http://www.cix.co.uk/~gort
22
-
25
+ Web: http://www.chrisoldwood.com
23
26
24
27
Chris Oldwood
25
-
26
28
31st January 2012
You can’t perform that action at this time.
0 commit comments