문제

Correct me if I'm wrong, is YARD not the same as RDoc?

It's not based on RDoc but a total rewrite?

So if I'm using YARD, I don't have to bother with RDoc right?

도움이 되었습니까?

해결책

In short: Yes. (To all three questions.)

Note that YARD is mostly backwards-compatible with RDoc, at least as far as the markup is concerned. (RDoc plugins OTOH don't work with YARD.) So, you can actually use YARD to process your legacy RDoc files. YARD is mostly a proper superset of RDoc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top