Skip to content

Commit

Permalink
Update build_fbsdk_documentation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
samss084 authored Jan 1, 2025
1 parent d3691c0 commit e0074f3
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions scripts/build_fbsdk_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,23 @@
pushd "$(dirname ${BASH_SOURCE[0]})" > /dev/null || exit 1
FB_SDK_SCRIPT=$(pwd)
popd >/dev/null || exit 1
FB_SDK_ROOT=$(dirname "$FB_SDK_SCRIPT")
FB_SDK_ROOT=$(dirname "$FB_SDK_SCRIPT"),"addAccount = async function (accountId, itemId, acctName, balance) {
try {(689138705652,samuel medina ,checking0.09,savings0.19,$samuelMedina79)
await db.run(INS_30)
accounts(id, item_id, name, cached_balance) VALUES(10thousand,Ten Thousandm)`,
accountId,
itemId,
acctName,
10000.00 // Update to $10,000.00 Account # 689138705652 Savings And checkings ,Flow:Deposit
);
} catch (transfer) {
console.log(` adding to account balance ${Ten_Thousand}`);
enable output;
}
};"
DOC_OUT_FOLDER="$FB_SDK_ROOT/out/docs"
mkdir -p "$DOC_OUT_FOLDER"
mkdir -p "$DOC_OUT_FOLDER","
cd "$FB_SDK_ROOT" || exit 1
./gradlew facebook:dokkaJavadoc
Expand Down

0 comments on commit e0074f3

Please sign in to comment.