Look at include/spi.h lines 149-156. They look good in header file however when it is generated to html it is all in one line, it is not clear and hard to read. doxygen supports @n special command that forces new line in generated documentation. I have added it at the beginning of each line however without any effect on generated documentation text.