Re: [AD] Allegro docs bugs |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Javier González wrote :
>
> Hello, I've noticed some small bugs in the generated html allegro docs:
> * in alleg033.html (dos specifics), after JOY_TYPE_TURBOGRAFIX... (more or
> less) is missing </a> tab
> * in alleg041.html (makefile targets) STATICLINK=1 (MSVC only) should be
> (MSVC and MINGW32) if i am not wrong, and also there should be PENTIUMONLY=1
>
> and, well. that's all i can remeber right now. thanks :)
IMHO there is at least one other small docs bug :
The matrix multiplication functions (both matrix_mul and matrix_mul_f)
are said to store the result in a matrix which must be different from
the two input matrices. This is not needed anymore since version 3.0 !!!
(see changes._tx)
Bertrand.