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

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

add idldoc html output. see Documentation/idldoc_html_output/index.html

File size: 2.9 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>No categories in library.</p>
109           
110
111     
112
113      <div id="tagline">Produced by IDLdoc 2.0.</div>
114
115    </div>
116
117  </body>
118</html>
Note: See TracBrowser for help on using the repository browser.