From 2a5352120d7bbbb86d100a911fc1f1e6d7721be7 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:45:54 +0100 Subject: [PATCH] Makes autodoc show path instead of name in trees (#14471) --- SpacemanDMM.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SpacemanDMM.toml b/SpacemanDMM.toml index 9b658dce0fa..81aff0d5576 100644 --- a/SpacemanDMM.toml +++ b/SpacemanDMM.toml @@ -4,3 +4,6 @@ dreamchecker = true [code_standards] disallow_relative_type_definitions = true disallow_relative_proc_definitions = true + +[dmdoc] +use_typepath_names = true