瀏覽代碼

Demo: Wrapped many (not all) code and comments lines to 120 characters to fit below GitHub viewer limit. (#3193)

omar 5 年之前
父節點
當前提交
f152fac4f1
共有 3 個文件被更改,包括 355 次插入197 次删除
  1. 1 1
      imgui.cpp
  2. 1 1
      imgui.h
  3. 353 195
      imgui_demo.cpp

+ 1 - 1
imgui.cpp

@@ -4,7 +4,7 @@
 // Help:
 // Help:
 // - Read FAQ at http://dearimgui.org/faq
 // - Read FAQ at http://dearimgui.org/faq
 // - Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase.
 // - Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase.
-// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code. All applications in examples/ are doing that.
+// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that.
 // Read imgui.cpp for details, links and comments.
 // Read imgui.cpp for details, links and comments.
 
 
 // Resources:
 // Resources:

+ 1 - 1
imgui.h

@@ -4,7 +4,7 @@
 // Help:
 // Help:
 // - Read FAQ at http://dearimgui.org/faq
 // - Read FAQ at http://dearimgui.org/faq
 // - Newcomers, read 'Programmer guide' in imgui.cpp for notes on how to setup Dear ImGui in your codebase.
 // - Newcomers, read 'Programmer guide' in imgui.cpp for notes on how to setup Dear ImGui in your codebase.
-// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code. All applications in examples/ are doing that.
+// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that.
 // Read imgui.cpp for details, links and comments.
 // Read imgui.cpp for details, links and comments.
 
 
 // Resources:
 // Resources:

文件差異過大導致無法顯示
+ 353 - 195
imgui_demo.cpp


部分文件因文件數量過多而無法顯示