root/applications/bdmtoolbox/build_doc.sh
@
1356
Revision 1054, 257 bytes (checked in by smidl, 14 years ago) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | # filter source from BDM |
4 | |
5 | this_dir=`pwd` |
6 | cd doc/from_bdm |
7 | ./make_all.sh |
8 | |
9 | cd $this_dir |
10 | |
11 | # create doc for this documentation |
12 | doxygen |
13 | |
14 | # correct links in the referenced documentation from bdm |
15 | cd doc/html/ |
16 | ./installdox -l BDM.tag@bdm_doc |
17 | |
18 | cd $this_dir |
Note: See TracBrowser
for help on using the browser.