Make comments in /src/script doxygen compatible

This commit is contained in:
Michael Ford
2014-11-10 14:40:01 +08:00
parent 7b7c866160
commit b9a36b15bf
7 changed files with 85 additions and 63 deletions

View File

@@ -34,9 +34,9 @@ const char* GetTxnOutputType(txnouttype t)
return NULL;
}
//
// Return public keys or hashes from scriptPubKey, for 'standard' transaction types.
//
/**
* Return public keys or hashes from scriptPubKey, for 'standard' transaction types.
*/
bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector<vector<unsigned char> >& vSolutionsRet)
{
// Templates