소스 검색

Fix project structure diagram in gdextension docs system docs

Patrick Exner 11 달 전
부모
커밋
d29c88d0a0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tutorials/scripting/gdextension/gdextension_docs_system.rst

+ 2 - 0
tutorials/scripting/gdextension/gdextension_docs_system.rst

@@ -18,6 +18,8 @@ XML files (one per class) to document the exposed constructors, properties, meth
     We are assuming you are using the project files explained in the :ref:`GDExtension C++ Example <doc_gdextension_cpp_example>`
     with the following structure:
 
+.. code-block:: none
+
     gdextension_cpp_example/  # GDExtension directory
     |
     +--demo/                  # game example/demo to test the extension