Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate htmlhelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-15 | 1 | -1/+0 |
| | |||||
* | test: Omit master_doc settings from testcases | Takeshi KOMIYA | 2019-01-03 | 1 | -1/+0 |
| | |||||
* | Remove coding magic comments from tests | Takeshi KOMIYA | 2019-01-02 | 1 | -2/+0 |
| | |||||
* | [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ↵ | animalize | 2018-12-23 | 1 | -0/+4 |
(#5853) * htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files .hhc/.hhk files don't recognize hex escaping, we need convert hex escaping to decimal escaping. for example: `'` -> `'`. |