Note that there are some explanatory texts on larger screens.

plurals
  1. POIntegrating Images in a Docbook Manual in conjunction with phpDocumentor
    text
    copied!<p>is there a possibility to include images into a docbook manual compiled by phpDocumentor?</p> <p>I tried both:</p> <pre><code>&lt;mediaobject&gt; &lt;imageobject&gt; &lt;imagedata fileref="payment_flowchart.png" format="png"/&gt; &lt;/imageobject&gt; &lt;/mediaobject&gt; </code></pre> <p>and:</p> <pre><code>&lt;figure&gt;&lt;title&gt;foo&lt;/title&gt; &lt;graphic fileref="payment_flowchart.png"/&gt; &lt;/figure&gt; </code></pre> <p>Then again the image paths I tried might not have been what phpDocumentor expected, but I don't know where to put them anyway really.</p> <p>Maybe someone has tried it before and had more success?</p> <p><strong>UPDATE</strong></p> <p>Current non-working approach:</p> <pre><code>&lt;refentry id="{@id}"&gt; &lt;refnamediv&gt; &lt;refname&gt;Company_Payment&lt;/refname&gt; &lt;/refnamediv&gt; &lt;refsynopsisdiv&gt; &lt;author&gt; Company &lt;authorblurb&gt; {@link mailto:my@mail.com André Hoffmann} &lt;/authorblurb&gt; &lt;/author&gt; &lt;/refsynopsisdiv&gt; {@toc} &lt;refsect1 id="{@id about}"&gt; &lt;title&gt;About&lt;/title&gt; &lt;para&gt; text &lt;imagedata fileref="/Users/andre/Zend/workspaces/DefaultWorkspace7/payment/doc/tutorials/company/payment_flowchart.png" format="PNG"/&gt; &lt;/para&gt; &lt;imagedata fileref="/Users/andre/Zend/workspaces/DefaultWorkspace7/payment/doc/tutorials/company/payment_flowchart.png" format="PNG"/&gt; &lt;mediaobject&gt; &lt;imageobject&gt; &lt;imagedata fileref="/Users/andre/Zend/workspaces/DefaultWorkspace7/payment/doc/tutorials/company/payment_flowchart.png" format="PNG"/&gt; &lt;/imageobject&gt; &lt;/mediaobject&gt; &lt;figure&gt;&lt;title&gt;foo&lt;/title&gt; &lt;graphic srccredit="Norman Walsh, 1998" fileref="/Users/andre/Zend/workspaces/DefaultWorkspace7/payment/doc/tutorials/company/payment_flowchart.png"/&gt; &lt;/figure&gt; &lt;/refsect1&gt; ... </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload