style: Unify style for all Doxygen comments (#7776)

This commit is contained in:
Ayaz Salikhov
2026-07-13 11:40:40 +01:00
committed by GitHub
parent 8306ac7710
commit 73b6852a12
653 changed files with 18022 additions and 12993 deletions

View File

@@ -2420,8 +2420,10 @@ private:
// 1,400 - 56.3368*1.25 = 1400 - 70.4210 = 1329.5789GBP
BEAST_EXPECT(
expectHolding(env, alice_, STAmount{GBP, UINT64_C(1'329'578947368421), -12}));
//// 25% on 56.3368EUR is paid in tr fee 56.3368*1.25
///= 70.4210EUR
/**
* / 25% on 56.3368EUR is paid in tr fee 56.3368*1.25
* = 70.4210EUR
*/
// 56.3368GBP is swapped in for 53.3322EUR
BEAST_EXPECT(amm.expectBalances(
STAmount{GBP, UINT64_C(1'056'336842105263), -12},
@@ -2435,8 +2437,10 @@ private:
// 1,400 - 56.3368*1.25 = 1400 - 70.4210 = 1329.5789GBP
BEAST_EXPECT(
expectHolding(env, alice_, STAmount{GBP, UINT64_C(1'329'57894736842), -11}));
//// 25% on 56.3368EUR is paid in tr fee 56.3368*1.25
///= 70.4210EUR
/**
* / 25% on 56.3368EUR is paid in tr fee 56.3368*1.25
* = 70.4210EUR
*/
// 56.3368GBP is swapped in for 53.3322EUR
BEAST_EXPECT(amm.expectBalances(
STAmount{GBP, UINT64_C(1'056'336842105264), -12},