ruby - How I Change RDOC file name -


let's have 2 directories under current directory, each readme in :

./a/readme ./b/readme 

when run:

rdoc */readme 

i documentation 2 files both labelled "readme" under "pages" tab.

is possible replace these "readme" names full path files? ie, instead of

readme readme 

i have:

a/readme b/readme 


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -