155@@ -157,9 +156,9 @@ std::string GetTxnOutputType(txnouttype t);
156 *
157 * @param[in] scriptPubKey Script to parse
158 * @param[out] vSolutionsRet Vector of parsed pubkeys and hashes
159- * @return The script type. TX_NONSTANDARD represents a failed solve.
160+ * @return The script type. NONSTANDARD represents a failed solve.
nit:
0 * [@return](/bitcoin-bitcoin/contributor/return/) The script type. TxoutType::NONSTANDARD represents a failed solve.
I think in comments we don’t need to be overly verbose. Especially not in the file that defines these values and where the return type is mentioned one line below the comment. I think the comment is clearer as is.