qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanu


From: Daniel P . Berrangé
Subject: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions
Date: Thu, 29 Aug 2019 17:07:06 +0100

This is ostensibly about adding docs for the g_autofree/g_autoptr
macros. As part of doing that, however, the existing HACKING doc
is merged into the CODING_STYLE doc and the text is converted to
rst with a table of contents.

Changed in v2:

 - Use RST instead of markdown
 - Also convert README file
 - Group sections better
 - Remove GMutexLocker example

Daniel P. Berrangé (4):
  docs: convert README, CODING_STYLE and HACKING to RST syntax
  docs: merge HACKING.rst contents into CODING_STYLE.rst
  docs: document use of automatic cleanup functions in glib
  docs: split the CODING_STYLE doc into distinct groups

 CODING_STYLE         | 216 ---------------
 CODING_STYLE.rst     | 641 +++++++++++++++++++++++++++++++++++++++++++
 HACKING              | 257 -----------------
 README => README.rst |  47 ++--
 4 files changed, 670 insertions(+), 491 deletions(-)
 delete mode 100644 CODING_STYLE
 create mode 100644 CODING_STYLE.rst
 delete mode 100644 HACKING
 rename README => README.rst (84%)

-- 
2.21.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]