source: trunk/SRC/Documentation/idldoc_html_output/idldoc-categories.html @ 93

Last change on this file since 93 was 93, checked in by pinsard, 18 years ago

start to modify headers of Calendar and Utilities *.pro files for bet
ter idldoc output

File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd">
4
5<!-- categories-begin.tt needs structure with the following fields:
6       version : IDLdoc version
7       date : string containing date of file creation
8       embed : 0 for link to CSS, 1 for embed CSS
9       css_location : if embed then string filename of CSS file location, o/w href to CSS file
10       navbar_filename : filename of navbar template
11     Plus fields needed by the templates: navbar, tagline
12-->
13
14<!-- categories-tag.tt needs structure with the following fields:
15       tag : tag name
16       tag_id : tag name with spaces converted to underscores
17       routines : array of structures with fields name, url
18-->
19
20<!-- categories-end.tt needs structure with the following fields:
21       footer : filename of footer file to include
22       tagline_filename : filename of tagline template
23-->
24
25
26<!-- Generated by IDLdoc 2.0 -->
27
28<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
29  <head>
30    <title>Categories (IDLdoc API documentation)</title>
31
32   
33    <link rel="stylesheet" type="text/css" href=".//main_files.css" media="all"/>
34    <link rel="stylesheet" type="text/css" href=".//main_files_print.css" media="print"/>
35   
36
37    <script type="text/javascript" src="./tree.js" />
38    <script type="text/javascript">
39      function setTitle() {
40        parent.document.title="Categories (IDLdoc API documentation)";
41      }
42    </script>
43  </head>
44
45
46  <body onload="setTitle();">
47
48    <div id="navbar_title">
49  <h1>IDLdoc API documentation</h1>
50</div>
51
52
53<div id="main_navbar">
54
55  <table cellspacing="0">
56    <tr>
57     
58      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
59     
60
61     
62      <td >Directory</td>
63     
64
65     
66      <td id="selected">Categories</td>
67     
68
69     
70      <td><a href="idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
71     
72
73     
74      <td><a href="search-page.html?format=raw" title="Search library">Search</a></td>
75     
76
77      <td >File</td>
78
79     
80      <td >Source</td>
81     
82
83     
84      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
85     
86
87      <td >Etc</td>
88
89      <td id="flexible">Developer&nbsp;documentation</td>
90    </tr>
91  </table>
92
93</div>
94
95<div id="secondary_navbar">
96
97&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-categories.html" target="_TOP">view single page</a> | <a href="index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: routine
98
99</div>
100
101
102    <div id="container">
103
104      <h1>Categories</h1>
105
106
107     
108      <p>The following categories were found in the library.</p>
109      <ul id="tree">
110              <li id="idldoc-calendar">calendar <span class="result">(6 routines)</span>
111          <ul>
112           
113            <li><a href="./Calendar/date2jul.html?format=raw#_date2jul">date2jul</a></li>
114           
115            <li><a href="./Calendar/date2string.html?format=raw#_date2string">date2string</a></li>
116           
117            <li><a href="./Calendar/daysinmonth.html?format=raw#_daysinmonth">daysinmonth</a></li>
118           
119            <li><a href="./Calendar/jul2date.html?format=raw#_jul2date">jul2date</a></li>
120           
121            <li><a href="./Calendar/leapyr.html?format=raw#_leapyr">leapyr</a></li>
122           
123            <li><a href="./Calendar/monthname.html?format=raw#_monthname">monthname</a></li>
124           
125          </ul>
126        </li>        <li id="idldoc-find_a_file">find a file <span class="result">(1 routine)</span>
127          <ul>
128           
129            <li><a href="./Utilities/find.html?format=raw#_find">find</a></li>
130           
131          </ul>
132        </li>        <li id="idldoc-io">io <span class="result">(2 routines)</span>
133          <ul>
134           
135            <li><a href="./Utilities/isadirectory.html?format=raw#_isadirectory">isadirectory</a></li>
136           
137            <li><a href="./Utilities/isafile.html?format=raw#_isafile">isafile</a></li>
138           
139          </ul>
140        </li>        <li id="idldoc-string">string <span class="result">(1 routine)</span>
141          <ul>
142           
143            <li><a href="./Calendar/date2string.html?format=raw#_date2string">date2string</a></li>
144           
145          </ul>
146        </li>        <li id="idldoc-utilities">utilities <span class="result">(3 routines)</span>
147          <ul>
148           
149            <li><a href="./Utilities/def_myuniquetmpdir.html?format=raw#_def_myuniquetmpdir">def_myuniquetmpdir</a></li>
150           
151            <li><a href="./Utilities/demomode_compatibility.html?format=raw#_demomode_compatibility">demomode_compatibility</a></li>
152           
153            <li><a href="./Utilities/protype.html?format=raw#_protype">protype</a></li>
154           
155          </ul>
156        </li>     
157      </ul>
158      <script type="text/javascript">
159        // This must be placed immediately after the menu in order to
160        // format it properly.
161        initiate();
162      </script>
163     
164
165     
166
167      <div id="tagline">Produced by IDLdoc 2.0.</div>
168
169    </div>
170
171  </body>
172</html>
Note: See TracBrowser for help on using the repository browser.