postmodern / hoe-yard

A Hoe plugin for generating YARD documentation
MIT License
3 stars 3 forks source link

Default yardtask shows source code of lib/somefile.rb #2

Closed aespinosa closed 9 years ago

aespinosa commented 13 years ago

Hi,

invoking yard and invoking the 'rake yard' generates a different set of documentation (aside from the title messages). I have the following manifest:

lib/somefile.rb

the yard invocation generates doc/file.somefile.html and shows the entire source code of this file. Removing the line containing 'lib/somefile.rb' in the manifest file fixes this.