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
changed the version number
[irreco.git]
/
irreco
/
doxygen.sh
blob
b23aae570d15de398982e1e51da601ac11f5a4d0
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
#
10
# Generate backend template.
11
#
12
mkdir
-p
.
/
example
13
.
/
irreco-backend-maker.sh .
/
example
/
irreco_backend_template.c
14
15
#
16
# Run Doxygen.
17
#
18
doxygen doxygen
/
Doxyfile