I'm documenting a C file, say I leave a comment like this, ``` c /* * call-seq: * Math.tan(Numeric : x) -> Float * ``` It gets parsed correctly, but the output HTML does not link to classes Numeric or Float. I'm down to fix this, i'd appreciate a pointing finger to the relevant code though :)