mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-04 04:22:25 +00:00
2b9265d9fe
Otherwise all of the FEXCore docs get deleted.
13 lines
522 B
Bash
Executable File
13 lines
522 B
Bash
Executable File
#!/bin/env bash
|
|
echo \# `git describe --always`
|
|
echo
|
|
|
|
./Scripts/doc_outline_generator.py "`pwd`" "`pwd`/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" "../"
|