mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
ruby: add :nodoc: comment for internal methods
This way they are ignored by rdoc.
This commit is contained in:
@@ -522,6 +522,15 @@ get_all_event_callbacks (guestfs_h *g, size_t *len_rtn)
|
||||
* +guestfs_%s+[http://libguestfs.org/guestfs.3.html#guestfs_%s]).
|
||||
*/
|
||||
" f.name args ret f.shortdesc doc f.name f.name
|
||||
) else (
|
||||
pr "\
|
||||
/*
|
||||
* call-seq:
|
||||
* g.%s
|
||||
*
|
||||
* :nodoc:
|
||||
*/
|
||||
" f.name
|
||||
);
|
||||
|
||||
(* Generate the function. Prototype is completely different
|
||||
|
||||
Reference in New Issue
Block a user