
/**

\mainpage     Args
\date 2014-2017

\section 
    args -      
   -    (usage).
       
      .


  .., .., ...  




     :
-                                  
     - 
    args 
          `static void Main(string[] args)`;
 
-
,    ,    '-'  '/'.
   ; 
-
 ,  - .    ;
-
 ;
-
 .


,
       

----

    to test command line arguments (ver:2.10.0)
    usage:
     a [-?] [-d] [-v] [-ln NNN] [-l LLL] [-p PPP] -f FLNM  -t1 | -t2 | -t3
    options:
      -?                : to see this help: True
      -d                : debug mode: False
      -v                : additional info: True
      -ln NNN       : log level names:{Spam Debug Warning Stats Error FatalError Info Ignore}: Error
      -l LLL        : log level (1..8): 1
      -p PPP        : percent for something (..100): 0.05
      -f FLNM       : data file: somefile.dat
      -t1               : to do some work: False
      -t2               : to do another work: False
      -t3               : to show dialog window: False
    '?' means the same as 'help'
    'd' means the same as 'debug'
    'v' means the same as 'verbose'
    'ln' means the same as 'logName'
    'l' means the same as 'log'
    'p' means the same as 'percent'
    'f' means the same as 'file'
    't1' means the same as 'workOne'
    't2' means the same as 'workNext'
    't3' means the same as 'window'
              
----
-
  : -?, -v, -l.
-
:   help, verbose, log.
-
: 'to see this help',   'additional info', 'log level'.
-
 :  LLL, PPP, FLNM.

  
  
[Arg](@ref Args.Arg).

  
-
    -    ,
-
   Win32 -    .
 ,        
 ,    , 
    
  
[sql.ru](http://www.sql.ru/forum/memberinfo.aspx?mid=152853)

         

-
 ,     .
-
 ,           .
-
 -        . 
   ,        
   .
-
      .



    
[Doxygen](http://doxygen.org)

[Microsoft's HTML Help Workshop] (http://www.microsoft.com/en-us/download/details.aspx?id=21138).
  
[Doxygen](http://doxygen.org)
   
[DOXYGEN  GRAPHVIZ :    C#](http://agp1.hx0.ru/dgIntro.html). 

    
      
[Doxygen](http://doxygen.org):

-
DOXYFILE_ENCODING      = CP1251;

-
GENERATE_HTMLHELP      = YES.
  
 CHM  -     HTML.
 ,   
  index.hhp,   
 hhc.exe
 [Microsoft's HTML Help Workshop] (http://www.microsoft.com/en-us/download/details.aspx?id=21138).
   ;

-
CHM_FILE               =  report.chm.
  CHM ;

-
CHM_INDEX_ENCODING     =  CP1251;

  UTF-8    
   CHM .

 ,          
(  markdown):


-
   (markdown)      '-'   '+';


- 
  (markdown) -   ;

-
    '\`'     
   (,    );
-
         (markdown) -   
 ,    ;
-
 `[Doxygen](http://doxygen.org)`    
 ;

-
 `[Arg](@ref Args.Arg)`    
 ;

-
'\\mainpage'  -    .


\section 

    
     
[](@ref test.Program).



*/
/*
--
._ ua.NAU.args-0.01/1.08.04 81
===
*/