From a9c5ea3015193701baf0eb671f0067da13db9fb2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Apr 2012 16:13:19 +0100 Subject: [PATCH 04/15] Hide split reentrant methods in documentation --- tools/glib-client-gen.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/glib-client-gen.py b/tools/glib-client-gen.py index 1cdb405..a09a1e4 100644 --- a/tools/glib-client-gen.py +++ b/tools/glib-client-gen.py @@ -1256,6 +1256,10 @@ class Generator(object): self.b(' * confused by seeing function definitions, so mark it as: */') self.b('/**/') self.b('') + # if we're splitting out re-entrant things, we want them marked + # private too + self.rh('/**/') + self.rb('/**/') nodes = self.dom.getElementsByTagName('node') nodes.sort(cmp_by_name) -- 1.7.10