mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
docs: remove "returns" word from beginning of lines
Move "returns" keyword from beginning of API doc lines when it does not describe return values. Maybe the API doc extractor could be changed to look for "returns: " to avoid such confusion.
This commit is contained in:
parent
6f171deacc
commit
ae25096692
@ -10101,8 +10101,8 @@ error:
|
||||
*
|
||||
* The virDomainPtr object handle passed into the callback upon delivery
|
||||
* of an event is only valid for the duration of execution of the callback.
|
||||
* If the callback wishes to keep the domain object after the callback
|
||||
* returns, it shall take a reference to it, by calling virDomainRef.
|
||||
* If the callback wishes to keep the domain object after the callback returns,
|
||||
* it shall take a reference to it, by calling virDomainRef.
|
||||
* The reference can be released once the object is no longer required
|
||||
* by calling virDomainFree.
|
||||
*
|
||||
@ -12731,8 +12731,8 @@ error:
|
||||
*
|
||||
* The virDomainPtr object handle passed into the callback upon delivery
|
||||
* of an event is only valid for the duration of execution of the callback.
|
||||
* If the callback wishes to keep the domain object after the callback
|
||||
* returns, it shall take a reference to it, by calling virDomainRef.
|
||||
* If the callback wishes to keep the domain object after the callback returns,
|
||||
* it shall take a reference to it, by calling virDomainRef.
|
||||
* The reference can be released once the object is no longer required
|
||||
* by calling virDomainFree.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user