-
Notifications
You must be signed in to change notification settings - Fork 1
A PowerShell script to convert T-SQL scripts to C code to allow Doxygen to parse them
License
chrisoldwood/sql2doxygen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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: [email protected] Web: http://www.chrisoldwood.com Chris Oldwood 31st January 2012
About
A PowerShell script to convert T-SQL scripts to C code to allow Doxygen to parse them
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published