OSDN Git Service

フォルダ名変更
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / src / gdoc.h
1 #ifndef __GDOC_H__
2 #define __GDOC_H__
3
4 /* gdoc.h -- clean up html exported by Google Docs
5
6   (c) 2012 (W3C) MIT, ERCIM, Keio University
7   See tidy.h for the copyright notice.
8
9   - strip the script element, as the style sheet is a mess
10   - strip class attributes
11   - strip span elements, leaving their content in place
12   - replace <a name=...></a> by id on parent element
13   - strip empty <p> elements
14
15 */
16
17 void TY_(CleanGoogleDocument)( TidyDocImpl* doc );
18
19 #endif /* __GDOC_H__ */