enabling epydoc on rosparam

This commit is contained in:
Ken Conley 2009-10-16 21:18:12 +00:00
parent 55077407b6
commit e5621e2845
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
[epydoc]
name: rosparam
modules: rosparam
inheritance: included
url: http://ros.org/wiki/rosparam
frames: no
private: no

View File

@ -1 +1,2 @@
- builder: epydoc
config: epydoc.config

View File

@ -38,9 +38,8 @@ Implementation of the rosparam as well as a library for modifying the
state of the ROS Parameter Server using YAML files.
"""
PKG = 'rosparam'
NAME = 'rosparam'
import roslib; roslib.load_manifest(PKG)
import roslib; roslib.load_manifest('rosparam')
## namespace key. Use of this in a YAML document specifies the
## namespace of all the params. NOTE: phasing out most use of this