repo.or.cz
/
irreco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://jonik@mercury.wipsl.com/var/git/irreco
[irreco.git]
/
irreco
/
doxygen.sh
blob
eab8eabd23fd053ad9281266bc55048159463cd4
1
#!/bin/bash
2
3
#
4
# Doxygen will not generate the documentation correctly if doxygen is not
5
# executed from the correct directory.
6
#
7
cd
"$( dirname "
$0
" )"
8
9
doxygen doxygen
/
Doxyfile