Added documentatiion in russian

This commit is contained in:
arcan1s
2013-09-02 21:35:07 +04:00
parent cd3857adc1
commit d7f7a9c2b5
35 changed files with 39 additions and 36 deletions

View File

@ -1,5 +1,5 @@
mm_trj2pdb - program that creates PDB file from trajetory snapshot
Version: 1.0.3
Version: 1.1.0
License: GPL
Usage:

View File

@ -32,7 +32,7 @@ PROJECT_NAME = mm_trj2pdb
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = V.1.0.3
PROJECT_NUMBER = V.1.1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer

Binary file not shown.

View File

@ -125,7 +125,7 @@ int main(int argc, char *argv[])
{
sprintf (tmp_str, " mm_trj2pdb\n");
sprintf (tmp_str, "%sProgram for create PDB file from trajectory snapshot\n", tmp_str);
sprintf (tmp_str, "%sVersion : 1.0.3 License : GPL\n", tmp_str);
sprintf (tmp_str, "%sVersion : 1.1.0 License : GPL\n", tmp_str);
sprintf (tmp_str, "%s Evgeniy Alekseev aka arcanis\n", tmp_str);
sprintf (tmp_str, "%s E-mail : esalexeev@gmail.com\n\n", tmp_str);
sprintf (tmp_str, "%sUsage:\n", tmp_str);