Hi.

In case you missed it, the fileref attribute for <imagedata> tags now
has a different structure.

Previously ...

    <mediaobject>
     <imageobject>
      <imagedata fileref="figures/imagick.hello_world.png"/>
     </imageobject>
    </mediaobject>

And now ...

    <mediaobject>
     <imageobject>
      <imagedata fileref="en/reference/imagick/figures/hello_world.png"/>
     </imageobject>
    </mediaobject>

The fileref is relative to the root of phpdoc.

As the fileref includes the language, the image can be amended and
stored within the translation and can include language specific
content, if appropriate.

Hello wereld!
Bonjour monde!
Hallo Welt!
こんにちは世界!

Not sure that they are all right, but I hope you see what I mean.

Regards,

Richard.

-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

Reply via email to