ソースを参照

Add singular "Signal" meta keyword to signal tutorials

This makes possible to find them when searching for "signal",
instead of just "signals".

This closes #2629.
Hugo Locurcio 5 年 前
コミット
76bf1d2636

+ 4 - 1
getting_started/step_by_step/signals.rst

@@ -1,3 +1,6 @@
+.. meta::
+    :keywords: Signal
+
 .. _doc_signals:
 
 Signals
@@ -208,7 +211,7 @@ To emit a signal via code, use the ``emit_signal`` function:
             EmitSignal(nameof(MySignal));
         }
     }
-    
+
 A signal can also optionally declare one or more arguments. Specify the
 argument names between parentheses:
 

+ 3 - 0
tutorials/misc/instancing_with_signals.rst

@@ -1,3 +1,6 @@
+.. meta::
+    :keywords: Signal
+
 .. _doc_instancing_with_signals:
 
 Instancing with signals