From 84168b7259c70d182c292d1c8b03e5c43dc8c001 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 9 Jan 2020 18:25:41 +0100 Subject: [PATCH] minor formatting changes --- .../serialization/signalproxy_objects.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/protocol/serialization/signalproxy_objects.md b/docs/protocol/serialization/signalproxy_objects.md index 26b3abc..e17dfc5 100644 --- a/docs/protocol/serialization/signalproxy_objects.md +++ b/docs/protocol/serialization/signalproxy_objects.md @@ -62,7 +62,7 @@ is translated into **ObjectName** -As this object is a singleton, the objectName is always "" +As this object is a singleton, the objectName is always `` **Runtime** @@ -115,7 +115,7 @@ interface AliasManager { **ObjectName** -As this object is a singleton, the objectName is always "" +As this object is a singleton, the objectName is always `` **Runtime** @@ -181,7 +181,7 @@ fields. For the same reason it also does **not** support the otherwise standard **ObjectName** -As this object is a singleton, the objectName is always "" +As this object is a singleton, the objectName is always `` **Runtime** @@ -354,7 +354,7 @@ interface BufferViewConfig { **ObjectName** -As this object is a singleton, the objectName is always "" +As this object is a singleton, the objectName is always `` **Runtime** @@ -443,7 +443,7 @@ interface CertManager { **ObjectName** -As this object is a singleton, the objectName is always "" +As this object is a singleton, the objectName is always `` **Runtime** @@ -514,7 +514,7 @@ interface CoreInfo { **ObjectName** -As this object is a singleton, the objectName is always "DccConfig" +As this object is a singleton, the objectName is always `DccConfig` **Runtime** @@ -536,7 +536,7 @@ interface DccConfig { **ObjectName** -As this object is a singleton, the objectName is always "" +As this object is a singleton, the objectName is always `` **Runtime** @@ -736,7 +736,7 @@ interface Identity { **ObjectName** -As this object is a singleton, the objectName is always "" +As this object is a singleton, the objectName is always `` **Runtime** @@ -895,7 +895,7 @@ interface IrcChannel { **ObjectName** -As this object is a singleton, the objectName is always "" +As this object is a singleton, the objectName is always `` **Runtime** @@ -1216,7 +1216,7 @@ interface Network { **ObjectName** -As this object is a singleton, the objectName is always "GlobalNetworkConfig" +As this object is a singleton, the objectName is always `GlobalNetworkConfig` **Runtime** -- GitLab