瀏覽代碼

remove old comments

Lee Thomason 2 月之前
父節點
當前提交
111f462dc4
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      tinyxml2.h

+ 0 - 8
tinyxml2.h

@@ -42,14 +42,6 @@ distribution.
 #endif
 #include <stdint.h>
 
-/*
-	gcc:
-        g++ -Wall -DTINYXML2_DEBUG tinyxml2.cpp xmltest.cpp -o gccxmltest.exe
-
-    Formatting, Artistic Style:
-        AStyle.exe --style=1tbs --indent-switches --break-closing-brackets --indent-preprocessor tinyxml2.cpp tinyxml2.h
-*/
-
 #if defined( _DEBUG ) || defined (__DEBUG__)
 #   ifndef TINYXML2_DEBUG
 #       define TINYXML2_DEBUG