Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    702702 Return the calendar date and time given julian date. 
    703703 This is the inverse of the function JULDAY. 
    704  3 calendars are avalable according to the value of key_caltype  
     704 3 calendars are available according to the value of key_caltype  
    705705 (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
    706706</div> 
     
    717717         
    718718 
    719         <div class="routine_details" id="_CALDAT"> 
    720  
    721           <h2><a class="top" href="#container">top</a>CALDAT <span class="categories"> Calendar 
     719        <div class="routine_details" id="_caldat"> 
     720 
     721          <h2><a class="top" href="#container">top</a>caldat <span class="categories"> Calendar 
    722722</span></h2> 
    723723         
    724724          <p class="header"> 
    725             CALDAT<span class="result">, <a href="#_CALDAT_param_julian">julian</a>, <a href="#_CALDAT_param_month">month</a>, <a href="#_CALDAT_param_day">day</a>, <a href="#_CALDAT_param_year">year</a>, <a href="#_CALDAT_param_hour">hour</a>, <a href="#_CALDAT_param_minute">minute</a>, <a href="#_CALDAT_param_second">second</a></span>, <a href="#_CALDAT_keyword_NDAYSPM">NDAYSPM</a>=<span class="result">NDAYSPM</span></p> 
     725            caldat<span class="result">, <a href="#_caldat_param_julian">julian</a>, <a href="#_caldat_param_month">month</a>, <a href="#_caldat_param_day">day</a>, <a href="#_caldat_param_year">year</a>, <a href="#_caldat_param_hour">hour</a>, <a href="#_caldat_param_minute">minute</a>, <a href="#_caldat_param_second">second</a></span>, <a href="#_caldat_keyword_NDAYSPM">NDAYSPM</a>=<span class="result">NDAYSPM</span></p> 
    726726         
    727727          <div class="comments"> 
     
    734734         
    735735             
    736             <h4 id="_CALDAT_param_julian">julian&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     736            <h4 id="_caldat_param_julian">julian&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    737737              <span class="attr">in</span> 
    738738               
     
    750750</div> 
    751751             
    752             <h4 id="_CALDAT_param_month">month&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     752            <h4 id="_caldat_param_month">month&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    753753               
    754754              <span class="attr">out</span> 
     
    765765</div> 
    766766             
    767             <h4 id="_CALDAT_param_day">day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     767            <h4 id="_caldat_param_day">day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    768768               
    769769              <span class="attr">out</span> 
     
    780780</div> 
    781781             
    782             <h4 id="_CALDAT_param_year">year&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     782            <h4 id="_caldat_param_year">year&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    783783               
    784784              <span class="attr">out</span> 
     
    795795</div> 
    796796             
    797             <h4 id="_CALDAT_param_hour">hour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     797            <h4 id="_caldat_param_hour">hour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    798798               
    799799              <span class="attr">out</span> 
     
    810810</div> 
    811811             
    812             <h4 id="_CALDAT_param_minute">minute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     812            <h4 id="_caldat_param_minute">minute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    813813               
    814814              <span class="attr">out</span> 
     
    825825</div> 
    826826             
    827             <h4 id="_CALDAT_param_second">second&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     827            <h4 id="_caldat_param_second">second&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    828828               
    829829              <span class="attr">out</span> 
     
    847847            <h3>Keywords</h3> 
    848848             
    849             <h4 id="_CALDAT_keyword_NDAYSPM">NDAYSPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     849            <h4 id="_caldat_keyword_NDAYSPM">NDAYSPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    850850               
    851851               
     
    883883 AB, 3 January 2000, Make seconds output as DOUBLE in array output. 
    884884 
    885  Sebastien Masson, May 2006, add diferent calendat with key_caltype  
     885 Sebastien Masson, May 2006, add different calendat with key_caltype  
    886886 (variable of the common file cm_4cal) 
    887887</div> 
     
    906906           
    907907         
     908          <h3>Statistics</h3> 
     909          <table class="statistics"> 
     910            <tr><td>McCabe cyclic</td><td>          22</td></tr> 
     911            <tr><td>McCabe essential</td><td>           1</td></tr> 
     912            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     913          </table> 
    908914           
    909915         
Note: See TracChangeset for help on using the changeset viewer.