forked from sevoku/doxygen-vb-filter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmake.sh
More file actions
executable file
·18 lines (17 loc) · 762 Bytes
/
make.sh
File metadata and controls
executable file
·18 lines (17 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#-----------------------------------------------------------------------------
# make.sh - runs Doxygen in the directory containing this script
#-----------------------------------------------------------------------------
# Creation: 09.10.2011 Vsevolod Kukol
# Last Update: -
#
# Copyright (c) 2011 Vsevolod Kukol, sevo(at)sevo(dot)org
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#-----------------------------------------------------------------------------
SCRIPT_DIR=$(dirname $(readlink -f $0))
cd $SCRIPT_DIR
doxygen Doxyfile.linux