Fixed since xCHM 14 alpha:
actually, its version 13 :-)
- newline between several function prototypes; - function index page NOTE: some functions are not cross-linked, because there is no standard way how to get id from method name. I propose to make id's capitalized similar to spelling of function or method name. According to general function conventions that means functions should be lowercased. As for method names - they should be left "as-is" - mixed-case. I'll add this to HOWTO if everybody agrees. (I always look forward to improve my english, so fell free to give me a thrashing) =)
I prefer the mixed case for OO functions.
:: or -> will be converted to '-' while generating id.
there is still a little problem: '::__' should be converted to '-' e.g.: tidy::__construct should be tidy-construct
Nuno
P.S.: great work :)