edited documentation

This commit is contained in:
arcan1s
2014-01-29 02:42:45 +04:00
parent b8e195de85
commit 34a2c5c090
82 changed files with 602 additions and 306 deletions

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file print_struct.h
* Header of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#ifndef PRINT_STRUCT_H
@ -16,11 +20,6 @@
#include <mathmech/var_types.h>
/**
* @fn print_structure
*/
int print_structure (const char *output, const int num_needed_mol, const int *needed_mol,
const system_info _system_info, const atom_info *_atom_info);
/**
* @brief function that prints structure to pdb file
* @code
@ -35,6 +34,8 @@ int print_structure (const char *output, const int num_needed_mol, const int *ne
*
* @return 0 - exit without errors
*/
int print_structure (const char *output, const int num_needed_mol, const int *needed_mol,
const system_info _system_info, const atom_info *_atom_info);
#endif /* PRINT_STRUCT_H */