On Fri, Dec 14, 2012 at 11:54 PM, Pieter de Zwart <pdezw...@gmail.com>wrote:

> I don't see AMQPQueue::declareQueue or AMQPExchange::declareExchange. I
> have asked someone else to check their local mirror, and they also do not
> see the changes. I probably screwed up an ref entry somewhere. I'll look
> around, but any hints would be appreciated.
>
> Thanks!
>
>
> On Tue, Dec 11, 2012 at 9:59 PM, Philip Olson <phi...@roshambo.org> wrote:
>
>>
>> Hello Pieter,
>>
>> Do you have a specific example that's not online? It seems like the
>> changes are online (at least, the parts I checked). Or maybe a
>> particular mirror didn't update?
>>
>> Regards,
>> Philip
>>
>> On Dec 11, 2012, at 9:38 PM, Pieter de Zwart wrote:
>>
>> > Hey guys,
>> >
>> > On Dec 4th, I made the below commit to trunk. I was under the previous
>> > impression that commits made would get rolled up every Friday into the
>> > public docs and pushed out. I, however, do not see the changes below in
>> the
>> > public PHP docs. Has the process changed per chance or did I screw
>> > something up?
>> >
>> > Thanks!
>> > Pieter
>> >
>> >
>> >
>> > ------------------------------------------------------------------------
>> > r328670 | pdezwart | 2012-12-04 20:31:42 -0800 (Tue, 04 Dec 2012) | 4
>> lines
>> > Changed paths:
>> >   M /phpdoc/en/trunk/reference/amqp/amqpconnection/getport.xml
>> >   A /phpdoc/en/trunk/reference/amqp/amqpconnection/gettimeout.xml
>> >   A /phpdoc/en/trunk/reference/amqp/amqpconnection/settimeout.xml
>> >   D /phpdoc/en/trunk/reference/amqp/amqpexchange/declare.xml
>> >   A /phpdoc/en/trunk/reference/amqp/amqpexchange/declareexchange.xml
>> (from
>> > /phpdoc/en/trunk/reference/amqp/amqpexchange/declare.xml:328606)
>> >   D /phpdoc/en/trunk/reference/amqp/amqpqueue/declare.xml
>> >   A /phpdoc/en/trunk/reference/amqp/amqpqueue/declarequeue.xml (from
>> > /phpdoc/en/trunk/reference/amqp/amqpqueue/declare.xml:328606)
>> >
>> > Updating AMQP documentation
>> > * Replacing deprecated declare functions
>> > * Adding missing timeouts
>>
>>
>

Line 13 of en/reference/amqp/amqpqueue/declarequeue.xml:

<modifier>public</modifier>
<type>int</type><methodname>AMQPQueue::declare</methodname>

You declared the methodname as AMQPQUeue::declare there. So it shows up as
such.

refname is also there on line 6:

<refname>AMQPQueue::declare</refname>

Did you mean to change that to AMQPQueue::declareQueue? Same thing I see
with AMQPExchange.

Reply via email to