I'm documenting a C file, say I leave a comment like this,
/*
* 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 :)
I'm documenting a C file, say I leave a comment like this,
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 :)