Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

Location:
trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/MATRICE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/MATRICE/colle.html

    r234 r242  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
    90  This concatenation function exist in IDL so long  
    91  as we do not try to stick with a dimension superior or equal at 4.   
     89      <div id="file_comments"> 
     90 This concatenation function exist in IDL so long 
     91 as we do not try to stick with a dimension superior or equal at 4. 
    9292</div> 
    9393 
     
    105105        <div class="routine_details" id="_colle"> 
    106106 
    107           <h2><a class="top" href="#container">top</a>colle <span class="categories">  
     107          <h2><a class="top" href="#container">top</a>colle <span class="categories"> 
    108108 Utilities 
    109109</span></h2> 
     
    114114          <div class="comments"></div> 
    115115 
    116           <h3>Return value</h3><div class="preformat"> res=matrice resultat 
     116          <h3>Return value</h3><div class="preformat"> 
     117 matrice resultat 
    117118</div> 
    118119 
     
    439440           
    440441 
    441           <h3>Examples</h3><div class="preformat"> IDL> print, colle(replicate(1,2,2,2),indgen(2,2,2),2)    
     442          <h3>Examples</h3><div class="preformat"> 
     443 IDL> print, colle(replicate(1,2,2,2),indgen(2,2,2),2) 
    442444                1       1 
    443445                1       1 
     
    452454          <h3>Version history</h3> 
    453455           
    454           <h4>Version</h4><div class="preformat"> $Id: colle.pro 163 2006-08-29 12:59:46Z navarro $ 
    455 </div> 
    456           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     456          <h4>Version</h4><div class="preformat"> 
     457 $Id: colle.pro 238 2007-03-27 13:43:18Z pinsard $ 
     458</div> 
     459          <h4>History</h4><div class="preformat"> 
     460 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    457461                       13/1/98 
    458462</div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/MATRICE/directory-overview.html

    r234 r242  
    9090       
    9191        <dt><a href="colle.html">colle.pro</a></dt> 
    92         <dd>   This concatenation function exist in IDL so long   as we do not try to stick with a dimension superior or equal at 4.</dd> 
     92        <dd>  This concatenation function exist in IDL so long  as we do not try to stick with a dimension superior or equal at 4.</dd> 
    9393       
    9494      </dl> 
Note: See TracChangeset for help on using the changeset viewer.