| Revision 39,
1.4 KB
checked in by sevo, 7 months ago
(diff) |
|
- optimized file header generation (let doxygen extract filename)
- fixed namespace generation for folder names with whitespaces
- added support for "As New Type" declares
- fixed gawk warning on square brackets
- fixed superfluous "Function" in Declares
- fixed VB Types (structures)
- added support for "Partial" classes
- removed hardcoded paths from vbfilter.bat and vbfilter.sh
- added a more sophisticated make system including make.[bat|sh] scripts and a Makefile
- added/updated file headers in scripts
- updated examples
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | ' <summary>contains only a header describing the project</summary> |
|---|
| 2 | ' \details The original unfiltered source of this file: <A HREF="http://trac.sevo.org/projects/doxyvb/browser/trunk/samples/dirinfo.vb">dirinfo.vb</A> |
|---|
| 3 | ' \mainpage Example for the Doxygen VB 6/.NET filter |
|---|
| 4 | ' \section intro_sec Introduction |
|---|
| 5 | ' |
|---|
| 6 | ' This is a sample documentation generated by <A HREF="http://www.stack.nl/~dimitri/doxygen/changelog.html">Doxygen 1.7.0</A> with the <A HREF="http://trac.sevo.org/projects/doxyvb/">VB filter</A> by Vsevolod Kukol.<BR> |
|---|
| 7 | ' |
|---|
| 8 | ' The VB filter is an awk script, which adds VB6 and VB.NET support to <A HREF="http://www.stack.nl/~dimitri/doxygen/index.html">Doxygen</A>.<BR><BR> |
|---|
| 9 | ' Project page: <A HREF="http://trac.sevo.org/projects/doxyvb/">http://trac.sevo.org/projects/doxyvb/</A> |
|---|
| 10 | ' |
|---|
| 11 | ' The Doxyfile used to generate this documentation and the documented exsample sources can be found here: <BR> |
|---|
| 12 | ' <A HREF="http://trac.sevo.org/projects/doxyvb/browser/trunk/samples/">http://trac.sevo.org/projects/doxyvb/browser/trunk/samples/</A> |
|---|
| 13 | ' |
|---|
| 14 | ' \author Vsevolod Kukol |
|---|
| 15 | ' \version 2.4.0 |
|---|
| 16 | ' \date 09.10.2011 |
|---|
| 17 | ' |
|---|
| 18 | ' \dir samples contains example files demostrating the Doxygen VB filter functionality |
|---|
| 19 | ' \package DotNET <summary>contains example classes demostrating VB.NET filter functionality</summary> |
|---|
| 20 | ' \package ClassicVB <summary>contains example classes demostrating VB6 filter functionality</summary> |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.