Updates:
Status: Started
Comment #1 on issue 304 by gm130s: User document for hrpsys and
A current limitation that I'm aware of;
This may sound complicated but the majority part of hrpsys resides in its
upstream repository [1], and the repository that is used for
generating .deb binary [2] (let's call it a `development repository`) does
NOT contain any program files of hrpsys. Since the current doc job at ROS
buildfarm that nicely generates api doc info from available source files
does not draw api documentation from the files that are not available on
the development repo (#1), there's no way for api docs to be generated.
# You can see Code API page of hrpsys is blank as of today
http://docs.ros.org/hydro/api/hrpsys/html/
The workaround we've thought of so far is documented at [3]; meaning, add
methods in the client class that override the methods in the parent class
in hrpsys (HrpsysConfigurator).
[1]
https://code.google.com/p/hrpsys-base/source/
[2]
https://code.google.com/p/rtm-ros-robotics/source/browse/#svn%2Ftrunk%2Fopenrtm_common%2Fhrpsys
[3]
https://code.google.com/p/rtm-ros-robotics/issues/detail?id=225
#1. Maybe I just don't know how. If there's a way to specify in
CMakeLists.txt to draw api doc info from remote repository, it may be
possible.
Any better idea is welcomed!