zapnap / rdocinfo

New development has moved to http://github.com/lsegal/rubydoc.info
http://rdoc.info
MIT License
18 stars 3 forks source link

Missing file referenced in .document makes rdoc.info cough up blood #33

Open mrflip opened 14 years ago

mrflip commented 14 years ago

If any file in .document is missing, the doc generation will fail. Strangely, yardoc is totally silent about this on my local machine.

zapnap commented 14 years ago

This was intentional. People shouldn't be asking the generator to include files that don't exist. That said, we could certainly handle the situation more gracefully (with more granular error messages on failure). It's in queue somewhere :).

Also, note that the .document file is rdoc.info-specific; basically the equivalent of passing extra files or file match patterns to the executable.