From 1b4618150118e5e1d0357001e9111b1f22b37910 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 28 Apr 2017 18:30:07 +0200 Subject: [PATCH] HACKING: Document developer tooling Advertise some of the useful developer tooling libvirt integrates with out of the box. --- HACKING | 13 +++++++++++++ docs/hacking.html.in | 20 ++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/HACKING b/HACKING index 74d10686ed..b78a9aee64 100644 --- a/HACKING +++ b/HACKING @@ -239,6 +239,19 @@ on the subject, on Richard Jones' guide to working with open source projects . +Tooling +======= +libvirt includes support for some useful development tools right in its source +repository, meaning users will be able to take advantage of them without +little or no configuration. Examples include: + +- color_coded , a vim plugin for +libclang-powered semantic syntax highlighting; + +- YouCompleteMe , a vim plugin for +libclang-powered semantic code completion. + + Naming conventions ================== When reading libvirt code, a number of different naming conventions will be diff --git a/docs/hacking.html.in b/docs/hacking.html.in index 2bc12ea78c..d6a574c4ab 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -314,6 +314,26 @@ Richard Jones' guide to working with open source projects.

+

Tooling

+ +

+ libvirt includes support for some useful development tools right in its + source repository, meaning users will be able to take advantage of them + without little or no configuration. Examples include: +

+ +
    +
  • + color_coded, + a vim plugin for libclang-powered semantic syntax highlighting; +
  • + +
  • + YouCompleteMe, + a vim plugin for libclang-powered semantic code completion. +
  • +
+

Naming conventions

-- GitLab