summaryrefslogtreecommitdiff
path: root/pjlib/docs
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-13 16:11:05 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-13 16:11:05 +0000
commit8df70c6d5fef443506618bf31b686d53fef3f259 (patch)
tree775a7c1615a3997a85087780ab7d5e49d4bd6d84 /pjlib/docs
parent10d3c1b9cc7789530837398271b454e02af8dd96 (diff)
Updated pjlib docs
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@48 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/docs')
-rw-r--r--pjlib/docs/doxygen.cfg4
-rw-r--r--pjlib/docs/footer.html5
-rw-r--r--pjlib/docs/header.html26
3 files changed, 31 insertions, 4 deletions
diff --git a/pjlib/docs/doxygen.cfg b/pjlib/docs/doxygen.cfg
index b6c70c23..28c02a0f 100644
--- a/pjlib/docs/doxygen.cfg
+++ b/pjlib/docs/doxygen.cfg
@@ -133,7 +133,7 @@ FULL_PATH_NAMES = NO
# only done if one of the specified strings matches the left-hand part of
# the path. It is allowed to use relative paths in the argument list.
-STRIP_FROM_PATH = "c:\project\pjproject-0.3"
+STRIP_FROM_PATH = "c:\project\pjproject"
# The INTERNAL_DOCS tag determines if documentation
# that is typed after a \internal command is included. If the tag is set
@@ -494,7 +494,7 @@ HTML_OUTPUT = html
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
# doxygen will generate files with .html extension.
-HTML_FILE_EXTENSION = .html
+HTML_FILE_EXTENSION = .htm
# The HTML_HEADER tag can be used to specify a personal HTML header for
# each generated HTML page. If it is left blank doxygen will generate a
diff --git a/pjlib/docs/footer.html b/pjlib/docs/footer.html
index 96451a47..745b54f1 100644
--- a/pjlib/docs/footer.html
+++ b/pjlib/docs/footer.html
@@ -1,4 +1,9 @@
</TD></TR>
</TABLE>
+
+</td>
+</tr>
+</table>
+
</BODY>
</HTML>
diff --git a/pjlib/docs/header.html b/pjlib/docs/header.html
index 75451330..8d6db934 100644
--- a/pjlib/docs/header.html
+++ b/pjlib/docs/header.html
@@ -3,8 +3,30 @@
<title>PJLIB Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
-<A HREF="/">&lt;-- HOME</A><HR>
+<TABLE id="MainTable" cellSpacing="0" cellPadding="0" width="100%" border="0">
+<!-- First Row, PJPROJECT logo. -->
+<TR>
+ <TD>
+ <TABLE id="LogoTable" cellSpacing="0" cellPadding="0" width="100%" border="0">
+ <TR>
+ <TD><a href="/" target="_top"><IMG src="/images/pjlogo.jpg" border="0"></a></TD>
+ <TD>&nbsp;</TD>
+ <TD>&nbsp;</TD>
+ </TR>
+ </TABLE>
+ </TD>
+</TR>
+<!-- Second Row, a HR. -->
+<TR>
+ <td colspan="3"><hr noshade size="1">
+ </td>
+</TR>
+<!-- Third row, main contents. -->
+<TR>
+ <TD>
+
+<!-- Main doxygen content -->
<TABLE border="0">
- <TR><TD width="600" align="left">
+ <TR><TD width="800" align="left">