Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/monthname.html

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> gives the name of a month 
    699  
    700  keyword parameters of string function to specify the format of the month (the C format) can be used. 
     698      <div id="file_comments"> 
     699 gives the name of a month 
    701700</div> 
    702701 
     
    714713        <div class="routine_details" id="_monthname"> 
    715714 
    716           <h2><a class="top" href="#container">top</a>monthname <span class="categories"> calendar 
    717  </span></h2> 
     715          <h2><a class="top" href="#container">top</a>monthname <span class="categories"> calendar, string 
     716</span></h2> 
    718717         
    719718          <p class="header"> 
    720             <span class="result">result = </span>monthname(<span class="result"><a href="#_monthname_param_mm1">mm1</a></span>, <a href="#_monthname_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     719            <span class="result">result = </span>monthname(<span class="result"><a href="#_monthname_param_month">month</a></span>, <a href="#_monthname_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    721720         
    722721          <div class="comments"> 
    723722</div> 
    724723 
    725           <h3>Return value</h3><div class="value"> the month's name 
     724          <h3>Return value</h3><div class="preformat"> 
     725 the month names, a string with the same number of elements than month. 
    726726</div> 
    727727 
     
    730730         
    731731             
    732             <h4 id="_monthname_param_mm1">mm1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     732            <h4 id="_monthname_param_month">month&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    733733              <span class="attr">in</span> 
    734734               
     
    741741            </h4> 
    742742         
    743           <div class="comments">  the month number (from 1 to 12) 
     743          <div class="comments">  
     744 the month number (from 1 to 12). Can be scalar or array 
    744745</div> 
    745746             
     
    762763            </h4> 
    763764         
    764             <div class="comments"> used to pass your keywords to the created procedure. 
     765            <div class="comments"> 
     766 used to pass your keywords to other procedures, for example 
     767 keyword FORMAT of string function (see example bellow)  
    765768</div> 
    766769             
    767770           
    768771 
    769           <h3>Examples</h3><div class="value">  
     772          <h3>Examples</h3><div class="preformat"> 
    770773 IDL> name=monthname(2) 
    771774</div> 
    772775          <h3>Version history</h3> 
    773776           
    774           <h4>Version</h4><div class="value"> $Id: monthname.pro 118 2006-06-27 15:47:06Z pinsard $ 
    775 </div> 
    776           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     777          <h4>Version</h4><div class="preformat"> $Id: monthname.pro 137 2006-07-12 09:33:44Z smasson $ 
     778</div> 
     779          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    777780                      1 October 2001 
    778781</div> 
Note: See TracChangeset for help on using the changeset viewer.