Need help getting started?, read the documentation
To install, unzip the file and place it under:
phpDocumentor/Converters/HTML/Smarty/Evolve
Once the template has been placed at that location it's ready for use.
Need help getting started?, read the documentation
To install, unzip the file and place it under:
phpDocumentor/Converters/HTML/Smarty/Evolve
Once the template has been placed at that location it's ready for use.
Hello
First of all, that’s a great template
. Thank you very much.
I had a problem with inline links and methods ({@link}). They didn’t work, so I changed some things:
function.tpl:
<!-- remove the link on the line 2, and change the div on the new line 2 -->
<div class="{cycle values="evenrow,oddrow"}" id="{$functions[func].function_dest}">
method.tpl
<!-- remove the link on the line 4, and change the div on the new line 4 -->
<div class="{cycle values="evenrow,oddrow"}" id="{$methods[methods].method_dest}">
<!-- same story on new line 78, remove the link, and change the div -->
<div class="{cycle values="evenrow,oddrow"}" id="{$methods[methods].method_dest}">
Because of that changes, the method list wouldn’t work, so change the class.tpl too:
<!-- on the line 258 change the href -->
<a href="#{$methods[methods].method_dest}" title="details" ...
<!-- and on the line 247 -->
<a href="#{$methods[methods].method_dest}" title="details" ...
Hope this could help somebody too.
Greetings.
I’ve tried placing the unzipped folder in the above folder structure but the template doesn’t appear in phpDocumentor.