2005-11-02 18:32:09 +01:00
|
|
|
OPTS="-x .ut.rb -x .ts.rb -q"
|
2005-11-19 16:09:41 +01:00
|
|
|
BASE="documentation/api"
|
2005-11-02 18:32:09 +01:00
|
|
|
|
|
|
|
echo "Generating rex..."
|
2005-11-19 16:09:41 +01:00
|
|
|
rdoc $OPTS -t "Rex Documentation" -o $BASE/rex lib/rex
|
2005-11-02 18:32:09 +01:00
|
|
|
echo "Generating msfcore"
|
2005-11-19 16:09:41 +01:00
|
|
|
rdoc $OPTS -t "Framework Core Documentation" -o $BASE/msfcore lib/msf/core
|
2005-11-02 18:32:09 +01:00
|
|
|
echo "Generating msfbase"
|
2005-11-19 16:09:41 +01:00
|
|
|
rdoc $OPTS -t "Framework Base Documentation" -o $BASE/msfbase lib/msf/base
|
2005-11-02 18:32:09 +01:00
|
|
|
echo "Generating msfui"
|
2005-11-19 16:09:41 +01:00
|
|
|
rdoc $OPTS -t "Framework UI Documentation" -o $BASE/msfui lib/msf/ui
|