From b73c2f8f522910e293d14c1d67f52f0865baa2db Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 1 Aug 2019 16:22:58 +0100
Subject: [PATCH] Use the correct magic comment to mark library-internal.h as
 undocumented

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 steam-runtime-tools/library-internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steam-runtime-tools/library-internal.h b/steam-runtime-tools/library-internal.h
index 28761272d..670071d63 100644
--- a/steam-runtime-tools/library-internal.h
+++ b/steam-runtime-tools/library-internal.h
@@ -1,4 +1,4 @@
-/*< internal_header >*/
+/*<private_header>*/
 /*
  * Copyright © 2019 Collabora Ltd.
  *
-- 
GitLab