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

@@ -177,7 +177,9 @@ ${field['typeData']['setter_type']} ${field['paramName']}${',' if i < len(requir
object_ = *sle;
}
/** @brief Ledger entry-specific field setters */
/**
* @brief Ledger entry-specific field setters
*/
% for field in fields:
/**

View File

@@ -185,7 +185,9 @@ public:
object_ = *tx;
}
/** @brief Transaction-specific field setters */
/**
* @brief Transaction-specific field setters
*/
% for field in fields:
/**