Revision 67ef2752d7a4a3f782d23ea6a4ac07892ed0624d authored by Ronny Lorenz on 02 June 2023, 13:59:43 UTC, committed by Ronny Lorenz on 09 June 2023, 18:49:56 UTC
1 parent 8575951
Raw File
commands.dox
/**

@fn int vrna_file_commands_apply( vrna_fold_compound_t *fc, const char *filename, unsigned int options)
@scripting
@parblock
This function is attached as method @b file_commands_apply() to objects of type @em fold_compound
@endparblock

@fn int vrna_commands_apply(vrna_fold_compound_t *fc, vrna_cmd_t *commands, unsigned int options)
@scripting
@parblock
This function is attached as method @b commands_apply() to objects of type @em fold_compound
@endparblock

*/
back to top