On 8/17/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> > This magic include has nothing to do with IDs or refnames or any other
> > element/attribute. Its a total file based voodoo.
>
> Yes, I understand. What I wasn't sure is if I have two refname's in
> refentry tag, would I still get one entry on the reference page when
> it's rendered? I guess the answer is yes.

Yes.
since the path/to/function will translate to &path.to.function; its
totally unaware of the content of the file.


>
> > Just to be sure, you are using the skeletons from
> > http://wiki.phpdoc.info/DocSkel?v=sx8, right?
> >
>
> Yep, looks like that. Only thing - if I use xlink:href, I have to add
> xmlns:xlink="http://www.w3.org/1999/xlink"; to refentry tag. It's not in
> the skeleton and it didn't build for me without it - so is there
> easier/better way to do it?

If you use the xlink namespace you need to add it to the root element
of the file.
There is no simpler way of doing it, no.
(There is no harm in defining it even if it isn't used, so I guess the
skeletons should be updated to define it always..)

-Hannes

Reply via email to