richter     01/10/24 03:20:37

  Modified:    .        Tag: Embperl2c epdom.c
  Added:       .        Tag: Embperl2c Doxyfile
  Log:
  Embperl 2 - Doxygen C API documenation configuration
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.55  +26 -25    embperl/Attic/epdom.c
  
  Index: epdom.c
  ===================================================================
  RCS file: /home/cvs/embperl/Attic/epdom.c,v
  retrieving revision 1.4.2.54
  retrieving revision 1.4.2.55
  diff -u -r1.4.2.54 -r1.4.2.55
  --- epdom.c   2001/10/23 19:35:13     1.4.2.54
  +++ epdom.c   2001/10/24 10:20:36     1.4.2.55
  @@ -9,7 +9,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: epdom.c,v 1.4.2.54 2001/10/23 19:35:13 richter Exp $
  +#   $Id: epdom.c,v 1.4.2.55 2001/10/24 10:20:36 richter Exp $
   #
   
###################################################################################*/
   
  @@ -1014,30 +1014,31 @@
       return pDomTree -> xNdx ;
       }
   
  -/*!------------------------------------------------------------------------ */
  -/*                                                                          */
  -/* DomTree_checkpoint                                                       */
  -/*                                                                          */
  -/* \_en                                                                          */
  -/* Compare checkpoint from programm execution with list build during        */
  -/* compilation and change the DomTree and repeat level according to the     */
  -/* programm flow                                                            */
  -/*                                                                          */
  -/* @param   r               Embperl request data                            */
  -/* @param   xDomTree     current DomTree we are working on               */
  -/* @param   nRunCheckpoint  Number of checkpoint that was just executed     */
  -/* \_                                                                       */
  -/* \_de                                                                          */
  -/* Vergeleicht den Checkpoint von der Programmausf�hrung mit dem Checkpoint */
  -/* beim Compilieren und �ndert den DomTree entsprechend dem Programmflu� ab */
  -/*                                                                          */
  -/* @param   r               Embperl Requestdaten                            */
  -/* @param   xDomTree     akuteller DomTree der bearbeitet wird           */
  -/* @param   nRunCheckpoint  Nummer des Checkpoints der gerade abgearbeitet  */
  -/*                          wurde                                           */
  -/* \_                                                                       */
  -/*                                                                          */
  -/* ------------------------------------------------------------------------ */
  +/***********************************************************************
  +*                                                                          
  +* DomTree_checkpoint                                                       
  +*/                                                                          
  +/**
  +* \_en                                                                          
  +* Compare checkpoint from programm execution with list build during        
  +* compilation and change the DomTree and repeat level according to the     
  +* programm flow                                                            
  +*                                                                          
  +* @param   r               Embperl request data                            
  +* @param   xDomTree      current DomTree we are working on              
  +* @param   nRunCheckpoint  Number of checkpoint that was just executed     
  +* \endif                                                                       
  +* \_de                                                                          
  +* Vergeleicht den Checkpoint von der Programmausf�hrung mit dem Checkpoint 
  +* beim Compilieren und �ndert den DomTree entsprechend dem Programmflu� ab 
  +*                                                                          
  +* @param   r               Embperl Requestdaten                            
  +* @param   xDomTree      akuteller DomTree der bearbeitet wird          
  +* @param   nRunCheckpoint  Nummer des Checkpoints der gerade abgearbeitet  
  +*                          wurde                                           
  +* \endif                                                                       
  +*                                                                          
  +******************************************************************************/
   
   void DomTree_checkpoint (tReq * r, tIndex xDomTree, tIndex nRunCheckpoint)
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +823 -0    embperl/Attic/Doxyfile
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to