forked from sevoku/doxygen-vb-filter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvbfilter.bat
executable file
·29 lines (28 loc) · 1.33 KB
/
vbfilter.bat
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
@echo off
rem |-----------------------------------------------------------------------------
rem | MAKE.BAT - wraps gawk call to be used in a Doxyfile
rem |-----------------------------------------------------------------------------
rem | Creation: 21.06.2010 Vsevolod Kukol
rem | Last Update: 09.10.2011 Vsevolod Kukol
rem |
rem | This script is meant to be used by the FILTER_PATTERNS setting
rem | in a Doxyfile, because FILTER_PATTERNS does not allow parameters.
rem | Alternatively it can be used by the INPUT_FILTER option.
rem |
rem | Using INPUT_FILTER option:
rem | Set options in your Doxyfile as follows:
rem | INPUT_FILTER = \path\to\make.bat
rem |
rem | Using FILTER_PATTERNS option:
rem | Set options in your Doxyfile as follows:
rem | INPUT_FILTER =
rem | FILTER_PATTERNS = *.vb=\path\to\make.bat
rem |
rem | Copyright (c) 2010-2011 Vsevolod Kukol, sevo(at)sevo(dot)org
rem |
rem | This program is free software; you can redistribute it and/or modify
rem | it under the terms of the GNU General Public License as published by
rem | the Free Software Foundation; either version 2 of the License, or
rem | (at your option) any later version.
rem |-----------------------------------------------------------------------------
"gawk.exe" -f "%~dp0\vbfilter.awk" %*%