forked from chrisoldwood/sql2doxygen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
37 lines (26 loc) · 997 Bytes
/
ReadMe.txt
File metadata and controls
37 lines (26 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
sql2doxygen v0.2 [Alpha]
========================
Introduction
------------
Doxygen is a tool for generating documentation from source code and it
currently handles many languages either natively or through add-on filters.
This script is one such filter that transforms T-SQL into C-like code so that
Doxygen can then parse it natively.
While this means that you can benefit from the automated generation of
documentation it does mean that you have to mentally translate a 'struct' back
into a 'table' and reverse the type and member/variable names in declarations.
Releases
--------
Stable releases are formally packaged and made available from my SQL tools page:
http://www.chrisoldwood.com/sql.htm
The latest code is available from my GitHub repo:
https://github.com/chrisoldwood/sql2doxygen
Documentation
-------------
There is a manual: sql2doxygen.html.
Contact Details
------------------
Email: gort@cix.co.uk
Web: http://www.chrisoldwood.com
Chris Oldwood
31st January 2012