phpdoc relative paths

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dejvos
Forum Contributor
Posts: 122
Joined: Tue Mar 10, 2009 8:40 am

phpdoc relative paths

Post by dejvos »

Hi,

how can I make a relative link in phpdoc generated documentation. I've found a page which presents me that it's possible in this way: {@link ./my/file.jpg}, but I'm using Extjs output and this doesn't work only full urls works.

The goal is to attach some pictures to generated documentation.

Please help! Thanks!
Post Reply