| Revision 39,
762 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
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | #----------------------------------------------------------------------------- |
|---|
| 3 | # make.sh - runs Doxygen in the directory containing this script |
|---|
| 4 | #----------------------------------------------------------------------------- |
|---|
| 5 | # Creation: 09.10.2011 Vsevolod Kukol |
|---|
| 6 | # Last Update: - |
|---|
| 7 | # |
|---|
| 8 | # Copyright (c) 2011 Vsevolod Kukol, sevo(at)sevo(dot)org |
|---|
| 9 | # |
|---|
| 10 | # This program is free software; you can redistribute it and/or modify |
|---|
| 11 | # it under the terms of the GNU General Public License as published by |
|---|
| 12 | # the Free Software Foundation; either version 2 of the License, or |
|---|
| 13 | # (at your option) any later version. |
|---|
| 14 | #----------------------------------------------------------------------------- |
|---|
| 15 | |
|---|
| 16 | SCRIPT_DIR=$(dirname $(readlink -f $0)) |
|---|
| 17 | cd $SCRIPT_DIR |
|---|
| 18 | doxygen Doxyfile.linux |
|---|
Note: See
TracBrowser
for help on using the repository browser.