From 9d1c22d7264955d37e16b2e15ea7fe4614874059 Mon Sep 17 00:00:00 2001 From: Gareth Tribello <gt@eider.asg> Date: Thu, 16 May 2013 12:14:47 +0100 Subject: [PATCH] Fixed bugs in documentation For some reason on my local linux machine doxygen does not replace the variables $extrastylesheet and $relpath in the PlumedUserHeader.html file. As we are not using these variables I deleted them from the header files. I think this will cause problems if we ever choose to use a custom css file for the documentation or if we use the CREATE_SUBDIRS option. I cannot imagine that we will ever use these options but I thought I would mention these problems in the log. --- developer-doc/PlumedDeveloperHeader.html | 11 +++++------ developer-doc/PlumedFooter.html | 6 +++--- user-doc/PlumedFooter.html | 6 +++--- user-doc/PlumedLayout.xml | 1 - user-doc/PlumedUserHeader.html | 11 +++++------ 5 files changed, 16 insertions(+), 19 deletions(-) diff --git a/developer-doc/PlumedDeveloperHeader.html b/developer-doc/PlumedDeveloperHeader.html index f3384bf85..4a231fa50 100644 --- a/developer-doc/PlumedDeveloperHeader.html +++ b/developer-doc/PlumedDeveloperHeader.html @@ -7,21 +7,20 @@ <meta name="generator" content="Doxygen $doxygenversion"/> <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> -<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/> -<script type="text/javascript" src="$relpath^jquery.js"></script> -<script type="text/javascript" src="$relpath^dynsections.js"></script> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> $treeview $search $mathjax -<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> -$extrastylesheet +<link href="$stylesheet" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!--BEGIN TITLEAREA--> <div id="titlearea"> -<table cellspacing="0" cellpadding="0"> +<table align="center" frame="void" width="98%" cellpadding="2%"> <tbody> <tr style="height: 30px;"> <td valign="center"> <img src="../pigeon.png" width="120"/></td> diff --git a/developer-doc/PlumedFooter.html b/developer-doc/PlumedFooter.html index 04224dca7..00e1a56ed 100644 --- a/developer-doc/PlumedFooter.html +++ b/developer-doc/PlumedFooter.html @@ -12,13 +12,13 @@ <!--END GENERATE_TREEVIEW--> <!--BEGIN !GENERATE_TREEVIEW--> <hr class="footer"/><address class="footer"><small> -<table> +<table align="center" frame="void" width="98%" cellpadding="2%"> <tr><td align="left" valign="center"> Hosted by <a href="http://developer.berlios.de"><img src="http://developer.berlios.de/bslogo.php?group_id=11362" width="124" height="32" alt="BerliOS Logo" /></a> <!--$generatedby   --> <a href="http://www.doxygen.org/index.html"> -</td><td width=88% align="right"> -<img class="footer" src="$relpath^doxygen.png" alt="doxygen" align="right"/> +</td><td width=90% align="right"> +<img class="footer" src="doxygen.png" alt="doxygen" align="right"/> </a> $doxygenversion </td> </tr> </table> diff --git a/user-doc/PlumedFooter.html b/user-doc/PlumedFooter.html index 04224dca7..00e1a56ed 100644 --- a/user-doc/PlumedFooter.html +++ b/user-doc/PlumedFooter.html @@ -12,13 +12,13 @@ <!--END GENERATE_TREEVIEW--> <!--BEGIN !GENERATE_TREEVIEW--> <hr class="footer"/><address class="footer"><small> -<table> +<table align="center" frame="void" width="98%" cellpadding="2%"> <tr><td align="left" valign="center"> Hosted by <a href="http://developer.berlios.de"><img src="http://developer.berlios.de/bslogo.php?group_id=11362" width="124" height="32" alt="BerliOS Logo" /></a> <!--$generatedby   --> <a href="http://www.doxygen.org/index.html"> -</td><td width=88% align="right"> -<img class="footer" src="$relpath^doxygen.png" alt="doxygen" align="right"/> +</td><td width=90% align="right"> +<img class="footer" src="doxygen.png" alt="doxygen" align="right"/> </a> $doxygenversion </td> </tr> </table> diff --git a/user-doc/PlumedLayout.xml b/user-doc/PlumedLayout.xml index 4b1f0fc03..e90c76b31 100644 --- a/user-doc/PlumedLayout.xml +++ b/user-doc/PlumedLayout.xml @@ -21,7 +21,6 @@ <tab type="filelist" visible="yes" title="" intro=""/> <tab type="globals" visible="yes" title="" intro=""/> </tab> - <tab type="dirs" visible="yes" title="" intro=""/> <tab type="examples" visible="yes" title="" intro=""/> </navindex> diff --git a/user-doc/PlumedUserHeader.html b/user-doc/PlumedUserHeader.html index 483acb912..d337fb1b4 100644 --- a/user-doc/PlumedUserHeader.html +++ b/user-doc/PlumedUserHeader.html @@ -7,21 +7,20 @@ <meta name="generator" content="Doxygen $doxygenversion"/> <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> -<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/> -<script type="text/javascript" src="$relpath^jquery.js"></script> -<script type="text/javascript" src="$relpath^dynsections.js"></script> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> $treeview $search $mathjax -<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> -$extrastylesheet +<link href="$stylesheet" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!--BEGIN TITLEAREA--> <div id="titlearea"> -<table cellspacing="0" cellpadding="0"> +<table align="center" frame="void" width="98%" cellpadding="2%"> <tbody> <tr style="height: 30px;"> <td valign="center"> <img src="../pigeon.png" width="120"/></td> -- GitLab