From aa677bc5778a01b98bab4ddf330f7d060d0545ee Mon Sep 17 00:00:00 2001 From: Fikou Date: Wed, 16 Sep 2020 20:45:28 +0200 Subject: [PATCH] dmdoc now shows typepaths instead of names (#53746) --- 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