From 37a5aeb5ed0a5b38c6270e99fd33900d03de3d8e Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Fri, 13 Jul 2018 04:54:56 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 423a5ebb..d02af220 100644 --- a/TODO.md +++ b/TODO.md @@ -17,10 +17,10 @@ https://zhuanlan.zhihu.com/p/39369370 to ```c++ FUNCTION-HEADER - {/* USERIMPL_BEGIN(NAME) */ - }/* USERIMPL_END() */ + {/* USER_CONTENT_BEGIN(NAME) */ + }/* USER_CONTENT_END() */ ``` - - [ ] Use `/* USERIMPL_BEGIN(NAME) */` and `/* USERIMPL_END() */` for custom includes(h/cpp) and class members(h). + - [ ] Use `/* USER_CONTENT_BEGIN(NAME) */` and `/* USER_CONTENT_END() */` for custom includes(h/cpp) and class members(h). - [ ] Document clipboard data should have version - [ ] Word doesn't recognize embedded GIF represented by data URL in HTML clipboard format. - [ ] **Update Release**