没有函数savehtml #3393
Answered
by
BLumia
Zwei1996
asked this question in
Q&A | 问答板块
没有函数savehtml
#3393
-
您好,在docparser项目中,里面每个文件转换下的readme里有提savehtml这个函数,但是实际上并没有,请问这个函数有相应的源码吗,谢谢 |
Beta Was this translation helpful? Give feedback.
Answered by
BLumia
Aug 24, 2022
Replies: 1 comment 1 reply
-
看上去相关代码是基于 https://github.com/dmryutov/document2html/ 这个项目的,savehtml 位于 fileext.hpp。可能 docparser 附带的是修改过的版本,去掉了这个函数吧。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BLumia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看上去相关代码是基于 https://github.com/dmryutov/document2html/ 这个项目的,savehtml 位于 fileext.hpp。可能 docparser 附带的是修改过的版本,去掉了这个函数吧。