Combine the docs into one output dir
There's really no need to separate the API sections into their own directory. Combining them makes it much easier to read.unstable
parent
db88145294
commit
48222b35bc
|
@ -11,11 +11,5 @@ fi
|
|||
echo "Using ${doc} for doc generation"
|
||||
echo "Putting docs in ${DOCDIR}"
|
||||
|
||||
echo "Generating rex..."
|
||||
$doc $OPTS -t "Rex Documentation" -o ${DOCDIR}/rex ${MSFDIR}/lib/rex
|
||||
echo "Generating msfcore"
|
||||
$doc $OPTS -t "Framework Core Documentation" -o ${DOCDIR}/msfcore ${MSFDIR}/lib/msf/core
|
||||
echo "Generating msfbase"
|
||||
$doc $OPTS -t "Framework Base Documentation" -o ${DOCDIR}/msfbase ${MSFDIR}/lib/msf/base
|
||||
echo "Generating msfui"
|
||||
$doc $OPTS -t "Framework UI Documentation" -o ${DOCDIR}/msfui ${MSFDIR}/lib/msf/ui
|
||||
$doc $OPTS -t "Metasploit Documentation" -o ${DOCDIR} ${MSFDIR}/lib/rex ${MSFDIR}/lib/msf
|
||||
|
||||
|
|
Loading…
Reference in New Issue