Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RDoc 用の新しいジェネレーターを作成しようとしていますが、オブジェクトのdescription出力をカスタマイズする方法がわかりません。RDoc::ClassModule現在、次のようになっています。
description
RDoc::ClassModule
<p><a href=\"Gist\">Gist</a> API is... lacking at the moment.</p>
「Gist」のリンクをカスタマイズして#!/search/Octopi::Gist、Gist.
#!/search/Octopi::Gist
Gist
どうすればこれを行うことができますか?