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

@@ -2288,7 +2288,9 @@ class LedgerEntry_test : public beast::unit_test::Suite
}
}
/// Test the ledger entry types that don't take parameters
/**
* Test the ledger entry types that don't take parameters
*/
void
testFixed()
{
@@ -2304,7 +2306,8 @@ class LedgerEntry_test : public beast::unit_test::Suite
env.close();
/** Verifies that the RPC result has the expected data
/**
* Verifies that the RPC result has the expected data
*
* @param good: Indicates that the request should have succeeded
* and returned a ledger object of `expectedType` type.
@@ -2339,7 +2342,8 @@ class LedgerEntry_test : public beast::unit_test::Suite
}
};
/** Runs a series of tests for a given fixed-position ledger
/**
* Runs a series of tests for a given fixed-position ledger
* entry.
*
* @param field: The Json request field to use.
@@ -2497,7 +2501,8 @@ class LedgerEntry_test : public beast::unit_test::Suite
env.close();
/** Verifies that the RPC result has the expected data
/**
* Verifies that the RPC result has the expected data
*
* @param good: Indicates that the request should have succeeded
* and returned a ledger object of `expectedType` type.
@@ -2537,7 +2542,8 @@ class LedgerEntry_test : public beast::unit_test::Suite
}
};
/** Runs a series of tests for a given ledger index.
/**
* Runs a series of tests for a given ledger index.
*
* @param ledger: The ledger index value of the "hashes" request
* parameter. May not necessarily be a number.