From ac870ab1c8a41f8867b76ca66c364d284fea5488 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 28 Jul 2022 19:36:26 -0500 Subject: Move editor paths into the EditorPaths class --- doc/classes/EditorPaths.xml | 6 ++++++ doc/classes/EditorSettings.xml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/EditorPaths.xml b/doc/classes/EditorPaths.xml index d44c08cb0f..2975ea6d75 100644 --- a/doc/classes/EditorPaths.xml +++ b/doc/classes/EditorPaths.xml @@ -48,6 +48,12 @@ [/codeblock] + + + + Returns the project-specific editor settings path. Projects all have a unique subdirectory inside the settings path where project-specific editor settings are saved. + + diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index ac2250ab6d..77abbf8625 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -105,12 +105,6 @@ Returns project-specific metadata for the [code]section[/code] and [code]key[/code] specified. If the metadata doesn't exist, [code]default[/code] will be returned instead. See also [method set_project_metadata]. - - - - Returns the project-specific settings path. Projects all have a unique subdirectory inside the settings path where project-specific settings are saved. - - -- cgit v1.2.3