mbox series

[0/6] qom documentation fixes

Message ID 20201003025424.199291-1-ehabkost@redhat.com
Headers show
Series qom documentation fixes | expand

Message

Eduardo Habkost Oct. 3, 2020, 2:54 a.m. UTC
A few fixes to the QOM documentation in docs/devel/qom.rst and
include/qom/object.h.

Eduardo Habkost (6):
  qom: Fix DECLARE_*CHECKER documentation
  docs/devel/qom: Fix indentation of bulleted list
  docs/devel/qom: Fix indentation of code blocks
  docs/devel/qom: Use *emphasis* for emphasis
  docs/devel/qom: Remove usage of <code>
  docs/devel/qom: Avoid long lines

 docs/devel/qom.rst   | 91 +++++++++++++++++++++++---------------------
 include/qom/object.h | 16 ++++----
 2 files changed, 55 insertions(+), 52 deletions(-)

-- 
2.26.2

Comments

Paolo Bonzini Oct. 3, 2020, 9:03 a.m. UTC | #1
On 03/10/20 04:54, Eduardo Habkost wrote:
> A few fixes to the QOM documentation in docs/devel/qom.rst and

> include/qom/object.h.

> 

> Eduardo Habkost (6):

>   qom: Fix DECLARE_*CHECKER documentation

>   docs/devel/qom: Fix indentation of bulleted list

>   docs/devel/qom: Fix indentation of code blocks

>   docs/devel/qom: Use *emphasis* for emphasis

>   docs/devel/qom: Remove usage of <code>

>   docs/devel/qom: Avoid long lines

> 

>  docs/devel/qom.rst   | 91 +++++++++++++++++++++++---------------------

>  include/qom/object.h | 16 ++++----

>  2 files changed, 55 insertions(+), 52 deletions(-)

> 


Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>


though see patch 5 for a small note that can even be fixed without a v2.

Paolo