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/mainfooter.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/mainfooter.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/common/mainfooter.html b/doc/common/mainfooter.html new file mode 100755 index 0000000..4963c31 --- a/dev/null +++ b/doc/common/mainfooter.html @@ -0,0 +1,14 @@ +</div> +<div id="bottom-nav"> +<img src="common/bottom2.png" align="right" height="59" width="227" alt="KDE Logo"> +</div> +<div class="bottom"> +This file is part of the documentation for OPIE $projectnumber. +</div> +<div class="bottom" style="color:#cccccc"> +Documentation copyright © 1996-2002 the KDE developers. 2003 OPIE developers<br> +Generated on $datetime by +<a href="http://www.doxygen.org/index.html">doxygen</a> $doxygenversion written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, © 1997-2001 +</div> +</body> +</html> |