| Revision 39,
83 bytes
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
|
| Line | |
|---|
| 1 | |
|---|
| 2 | PWD := $(shell pwd) |
|---|
| 3 | |
|---|
| 4 | all: |
|---|
| 5 | doxygen $(PWD)/Doxyfile.linux |
|---|
| 6 | |
|---|
| 7 | clean: |
|---|
| 8 | $(RM) -r html |
|---|
| 9 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.