Updates for CDoc
Reported by bahuvrihi | December 26th, 2008 @ 10:22 AM
A variety of issues exist with CDoc. Some attributes are not mentioned:
- path_config
- manifest
- declare
- dependencies
While in other cases, there are formatting errors:
class Mistake < Tap::Task
config :array, []
end
Comments and changes to this ticket
-
bahuvrihi December 26th, 2008 @ 10:26 AM
Additional error example:
class Sample < Tap::Task config :default_attributes, {}, &c.hash # ... end
produces rdoc like:
... ({)
Rather than:
... ({})
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Class configurations that map to the command line.