author | zecke <zecke> | 2003-04-15 18:54:29 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-04-15 18:54:29 (UTC) |
commit | dfa2d294b3af09bf3757a3c2294a925093e72fc6 (patch) (side-by-side diff) | |
tree | 4912b4d7c74bf78e6903ec0304625a69580b6ffe /doc/common/header.html | |
parent | f145f985e6635dbee2df3c04a9f2220e36f5512f (diff) | |
download | opie-dfa2d294b3af09bf3757a3c2294a925093e72fc6.zip opie-dfa2d294b3af09bf3757a3c2294a925093e72fc6.tar.gz opie-dfa2d294b3af09bf3757a3c2294a925093e72fc6.tar.bz2 |
Add common web files for our API docu
Add the Doxyfiles for library, libopie, libopie/pim, qt
Add a script to generate our API docs
You need to set OPIEDIR and QTDIR
./generate_apidox and you'll find your APIDOCS inside $OPIEDIR/apidocs
have fun
-rwxr-xr-x | doc/common/header.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/common/header.html b/doc/common/header.html new file mode 100755 index 0000000..621e0e8 --- a/dev/null +++ b/doc/common/header.html @@ -0,0 +1,34 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> + <title>$title ($projectname)</title> + <link href="../../common/doxygen.css" rel="stylesheet" type="text/css"> +</head> +<div class="header"> +<table border="0" cellspacing="0" cellpadding="0"> +<tr> +<td rowspan="2" width="92"> +<a href="../../index.html" title="The API documentation main page"><img src="../../common/docheadergears.png" style="border:0px;" alt=""></a> +</td> +<td width="95%"> +<h1>$projectname API Documentation</h1> +</td> +</tr> +<tr> +<td valign="bottom"> +<table class="links" border=0 cellspacing=0> +<tr> +<td><a href="index.html">Overview</a></td> +<td><a href="hierarchy.html" title="Inheritance list, sorted roughly alphabetically">Class Hierarchy</a></td> +<td><a href="classes.html" title="Alphabetical list of classes">Classes</a></td> +<td><a href="annotated.html" title="Classes, structs, unions and interfaces with brief descriptions">Classes (annotated)</a></td> +<td><a href="functions.html" title="Documented class members with links to the classes they belong to">Members</a></td> +<!-- td><a href="namespaces.html" title="All documented namespaces with brief descriptions">Namespaces</a></td--> +<td><a href="files.html" title="A list of all documented files with brief descriptions">Source Files</a></td> +</tr> +</table> +</td></tr></table> +</div> +<div id="hgrad"></div> +<div class="text"> |