rock-core / tools-roby

The roby plan manager
Other
3 stars 11 forks source link

gen: add # :nodoc: to the innermost generated module #163

Closed doudou closed 4 years ago

doudou commented 4 years ago

The Style/Documentation cop ignores what looks like namespaces, but Roby's usage of DSL-like methods breaks that detection. So, some generated files trigger Style/Documentation.

Add # :nodoc: to silence the cop for what we know are namespaces. Note that this never includes the class that is being generated, which will have to be documented.