escape underscore for doc++
This commit is contained in:
parent
a2fcaa4242
commit
39fcdb7599
@ -1831,7 +1831,7 @@ package bHYPRE version 1.0.0
|
||||
{
|
||||
/**
|
||||
* The Check method will return nonzero when the error flag ierr
|
||||
* includes an error of type error_code; and zero otherwise.
|
||||
* includes an error of type error\_code; and zero otherwise.
|
||||
**/
|
||||
static int Check( in int ierr, in ErrorCode error_code );
|
||||
|
||||
|
||||
@ -89,7 +89,7 @@ bHYPRE_ErrorHandler__connect(const char *, sidl_BaseInterface *_ex);
|
||||
|
||||
/**
|
||||
* The Check method will return nonzero when the error flag ierr
|
||||
* includes an error of type error_code; and zero otherwise.
|
||||
* includes an error of type error\_code; and zero otherwise.
|
||||
*/
|
||||
int32_t
|
||||
bHYPRE_ErrorHandler_Check(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user