acrn-hypervisor/hypervisor/include/common
Junjie Mao 584f6b7255 doc: replace return with retval
`@return` is dedicated for brief description of return values, not for comments
stating actual return values. In addition, sphinx + breathe does not join
multiple adjacent `@return`. This results in multiple `Return` sections in the
generated document, which is confusing.

This patch replaces `@return` with `@retval` for the lists of return
values. Adjacent `@retval` can be joined into one list by breathe.

v1 -> v2:

* Replace return value descriptions like `negative` and `positive` with
  expressions like `<0` and `>0` in `@retval`.
* Keep the list of `@retval` comprehensive, even when there is a `@return` to
  generally describe what the return value means.
* Drop duplicated `@return` when it does not give more information than the
  `@retval` list.

Tracked-On: #1595
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2018-11-30 14:55:17 +08:00
..
hypercall.h hv: hypercall: clean up HV_DEBUG usage 2018-11-20 10:01:50 +08:00
irq.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
ptdev.h hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
schedule.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00