svn commit: r352 - logback/core/trunk/src/site/xdocTemplates

Author: seb Date: Wed Jul 26 20:39:24 2006 New Revision: 352 Modified: logback/core/trunk/src/site/xdocTemplates/documentation.xml Log: improving presentation Modified: logback/core/trunk/src/site/xdocTemplates/documentation.xml ============================================================================== --- logback/core/trunk/src/site/xdocTemplates/documentation.xml (original) +++ logback/core/trunk/src/site/xdocTemplates/documentation.xml Wed Jul 26 20:39:24 2006 @@ -12,23 +12,17 @@ <h2>Documentation</h2> </div> + <p>Here are some documents about ${pom.name}.</p> <p> - Here are some documents about ${pom.name}. - </p> - <p> - This section is pretty light at the moment, but will grow with the developping - of ${pom.name}. + This section is pretty light at the moment, but will grow + with the developping of ${pom.name}. </p> - <h3>Javadoc</h3> - <p> - If you just wish to browse around the javadocs, you can follow this link: - </p> - <p> - <a href="apidocs/index.html"> - ${pom.name} Javadoc - </a> - </p> + <ul> + <li> + <a href="apidocs/index.html">${pom.name} Javadoc</a> + </li> + </ul> </body> </document> \ No newline at end of file
participants (1)
-
noreply.seb@qos.ch