-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add defun2 for adding documentation to function written by C language #75
Conversation
…l to find-initial-hull from r2255 of jsk/primtpatch.l, jsk/primtapp.l
add examples for the elements about function matrix
Fix escaping of documentation. Escape final string output
I prefer |
|
In C, we can't use optional argument. |
yes, that's ok and I think we do not use such source code other than ¶Kei Okada On Fri, Dec 5, 2014 at 2:28 PM, Yohei Kakiuchi [email protected]
|
91faeac
to
fde700e
Compare
2ca9ff6
to
5b6df37
Compare
344752a
to
eddaf14
Compare
rebased and create new PR #111 |
Travis passed and separation of file has been completed. euslisp/jskeus#73 Merged.
I add defun2 function for adding documentation string to function writtin by C.
We can take another strategy updating defun function as defun2 like and adding documentation to all existing code.
related to jsk-ros-pkg/jsk_roseus#178