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 atom_types.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file coords.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file envir_search.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <math.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file graph.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <math.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file main.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <math.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file messages.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file print_struct.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file print_trj.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file radf.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <math.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file radf_proc.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <math.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file read_agl.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file read_gmx.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <math.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file read_puma.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file select_mol.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <math.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file set_center.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <mathmech/set_center.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file stat_print.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file stat_select.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <math.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file stat_sort.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdlib.h>

View File

@ -7,7 +7,11 @@
* ----------------------------------------------------------------------------
*/
/**
* @file
* @file summary_stat.c
* Source code of mathmech library
* @author Evgeniy Alekseev (arcanis)
* @copyright Beerware
* @bug No known bugs
*/
#include <stdio.h>