Is there a way to stop RDoc from going higher than the current directory? i just tried
rdoc -O -x ../
but this also stopped it from parsing relative pathes in subdirectories; what I really need is something like:
If absolute path of App is /foo/bar/MyAppDir/, just RDoc all sources inside and below /foo/bar/MyAppDir/ without parsing /foo/bar/OtherRepository/ from wich some classes derive and get functions I dont want to document.