it is proposed that section extension take place in the following way:
[foo]
prop1 = 'some value'
[bar : foo]
prop2 = 'some value'
Description
Instead of:
[foo]
prop1 = 'some value'
[bar]
extends = foo
prop2 = 'some value'
it is proposed that section extension take place in the following way:
[foo]
prop1 = 'some value'
[bar : foo]
prop2 = 'some value'
Rob Allen - 19/Oct/06 02:20 AM I don't have a system where I can compile docbook, so am reluctant to commit documentation changes until I do.
ZF-403 covers documentation updating for 0.2 and I've attached a patch for this issue to it.