diff options
author | Jonathan Robie <jonathan@apache.org> | 2009-01-14 17:27:48 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2009-01-14 17:27:48 +0000 |
commit | 1b94487191070b4a2f64e0c7401a94e0bde1eee0 (patch) | |
tree | d995b8852e399d2de04b290a55cae927f5b63dc2 /cpp/docs | |
parent | 06e7b0c4bba27b5bed02132344ce45daebc2cb2a (diff) | |
download | qpid-python-1b94487191070b4a2f64e0c7401a94e0bde1eee0.tar.gz |
Modified footer and header for Google bait
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs')
-rw-r--r-- | cpp/docs/api/footer.html | 10 | ||||
-rw-r--r-- | cpp/docs/api/header.html | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/cpp/docs/api/footer.html b/cpp/docs/api/footer.html index c243486c87..883410ce25 100644 --- a/cpp/docs/api/footer.html +++ b/cpp/docs/api/footer.html @@ -19,7 +19,13 @@ --> -<hr size="1"><address style="text-align: right;"><small> -Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address> +<hr size="1"> +<address style="text-align: left;"><small> +Qpid C++ API Reference</small></address> + +<address style="text-align: right;"> +<small> +Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small> +</address> </body> </html> diff --git a/cpp/docs/api/header.html b/cpp/docs/api/header.html index 724bd23899..9c85c54000 100644 --- a/cpp/docs/api/header.html +++ b/cpp/docs/api/header.html @@ -25,3 +25,26 @@ <link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"> <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"> </head><body> + + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + <title>Apache Qpid C++ API</title> + <link href="doxygen.css" rel="stylesheet" type="text/css"> + <link href="tabs.css" rel="stylesheet" type="text/css"> + </head> + <body bgcolor="#FFFFFF"> + <table border="0" width="90%" align="center"> + <tr> + <td align="left"> + <a title="Apache Qpid Project Page" href="http://qpid.apache.org">Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET</a> + </td> + + <td align="right"> + <a title="Apache Qpid Documentation" href="http://qpid.apache.org/documentation.html">Apache Qpid Documentation</a> + </td> + </tr> +</table> + |