Describe the doc issue

Each class, derived from Layer, must implement allocate() methods to declare own outputs
allocate method does not exist anymore (since 4.2?)
Fix suggestion
Each class, derived from Layer, must implement forward() to compute outputs.