source: rtems/doc/tools/src2html1.4a/FreeBSD/FreeBSD.hdr @ 52461c5

4.104.114.84.95
Last change on this file since 52461c5 was 52461c5, checked in by Joel Sherrill <joel.sherrill@…>, on 04/14/98 at 16:03:45

New files

  • Property mode set to 100644
File size: 1.1 KB
Line 
1Welcome to the hyperlinked source code tree for FreeBSD-2.1.0. This is an
2attempt at a WWW document that allows you to find functions, structs
3etc. in the FreeBSD source code by name.<p>
4
5If you are interested in a particular type of symbols (e.g functions), use
6the type links below. If you are interested in a particular directory in
7FreeBSD, choose the directory link below.<p>
8
9Follow the links until you reach the source code you are interested in.<p>
10
11<h3>Bugs and Missing Features</h3>
12
13I am using ctags and perl to find the symbols and produce the html documents.
14My parsing of the ctags output (especially for variables) seems slightly
15wrong. I'd appreciate a better way of doing things.<p>
16
17The final code should have hyperlinks that allow you to follow references
18to other symbols in the tree (e.g calls to bread() etc). This is difficult
19given C's scoping rules, and I don't want to write a C grammar parser.
20Until I can think of a clean way, I'll omit the desired hyperlinks.<p>
21
22<author>
23<a href="http://minnie.cs.adfa.oz.au/warren.html">Warren Toomey</a>
24wkt@cs.adfa.oz.au, January 1996
25</author>
Note: See TracBrowser for help on using the repository browser.