mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-25 07:57:03 +00:00
12 lines
530 B
Bash
Executable File
12 lines
530 B
Bash
Executable File
#!/bin/env bash
|
|
echo \# `git describe --always`
|
|
echo
|
|
|
|
./Scripts/doc_outline_generator.py "`pwd`" "`pwd`/External/FEXCore" "../"
|
|
./Scripts/doc_outline_generator.py "`pwd`" "`pwd`/ThunkLibs" "../"
|
|
./Scripts/doc_outline_generator.py "`pwd`" "`pwd`/Source/Tests" "../"
|
|
./Scripts/doc_outline_generator.py "`pwd`" "`pwd`/unittests" "../"
|
|
|
|
# These don't have useful documentation at this point
|
|
#./Scripts/doc_outline_generator.py "`pwd`" "`pwd`/Scripts" "../"
|
|
#./Scripts/doc_outline_generator.py "`pwd`" "`pwd`/Source/Common" "../" |