It seems that the multi-line comment:
/**
* @dev Returns the amount of sellToken a user would need to exchange to receive buyAmount of
* buyToken.
* @param buyAmount The amount of buyToken the user would like to purchase.
* @param sellGold `true` if gold is the sell token
* @return The corresponding sellToken amount.
*/
is not read. As the descriptions are not available. Is it correct that only
/// style NatSpec comments are read?