fix wrong doc for algo foundry

This commit is contained in:
Amine Aziz-Alaoui 2020-09-22 15:42:31 +02:00 committed by nojhan
commit 93da7a8dae

View file

@ -76,12 +76,12 @@ class eoOperatorFoundry : public eoForgeVector< Itf >
* In a second step, the operators to be used should be selected * In a second step, the operators to be used should be selected
* by indicating their index, just like if the foundry was an array: * by indicating their index, just like if the foundry was an array:
* @code * @code
* foundry = {0, 1, 2}; * foundry.select({0, 1, 2});
* // ^ ^ ^ * // ^ ^ ^
* // | | | * // | | |
* // | | + 3d operator * // | | + 3d operator
* // | + 2d operator * // | + 2d operator
* // + 1st operator * // + 1st operator
* @endcode * @endcode
* *
* If you don't (want to) recall the order of the operators in the encoding, * If you don't (want to) recall the order of the operators in the encoding,