From 69152af45d4e130794f01e479976bd2ad0765bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 4 Feb 2021 14:38:51 +0100 Subject: doc: Don't bind argument names with p_ prefix This prefix is used in the C++ codebase, not in the scripting API. --- doc/classes/CodeHighlighter.xml | 12 ++++++------ doc/classes/SyntaxHighlighter.xml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/CodeHighlighter.xml b/doc/classes/CodeHighlighter.xml index 5311498677..f078e4e5b0 100644 --- a/doc/classes/CodeHighlighter.xml +++ b/doc/classes/CodeHighlighter.xml @@ -12,13 +12,13 @@ - + - + - + - + Adds a color region such as comments or strings. @@ -93,7 +93,7 @@ - + Return [code]true[/code] if the start key exists, else [code]false[/code]. @@ -120,7 +120,7 @@ - + Removes the color region that uses that start key. diff --git a/doc/classes/SyntaxHighlighter.xml b/doc/classes/SyntaxHighlighter.xml index ac682554ce..3f87e4f61d 100644 --- a/doc/classes/SyntaxHighlighter.xml +++ b/doc/classes/SyntaxHighlighter.xml @@ -21,7 +21,7 @@ - + Virtual method which can be overridden to return syntax highlighting data. @@ -46,7 +46,7 @@ - + Returns syntax highlighting data for a single line. If the line is not cached, calls [method _get_line_syntax_highlighting] to calculate the data. -- cgit v1.2.3