Sets the current name format.
Throws a RccViolationException
if an unknown format is requested.
## Static method (use this):
## Rdoc$setNameFormat(nameFormat, ...)## Don't use the below:
# S3 method for Rdoc
setNameFormat(static, nameFormat, ...)
Returns nothing.
If "method.class"
, help files for methods belonging to classes are
named <method>.<class>.
If "class.method"
, help files for methods belonging to classes are
named <class>.<method>.
These are currently the only name formats supported.
Not used.
Henrik Bengtsson
*getNameFormat()
For more information see Rdoc
.