()
| 804 | } |
| 805 | |
| 806 | function highlightCode() { |
| 807 | changeCodeLanguages(); |
| 808 | $('code').each(function(index) { |
| 809 | hljs.highlightBlock(this); |
| 810 | }); |
| 811 | fixClasses(); |
| 812 | fixHighlights(); |
| 813 | preventPageBreaks(); |
| 814 | fixPageBreaksFile(); |
| 815 | fixPageBreaksStruct(); |
| 816 | insertPageBreaks(); |
| 817 | } |
| 818 | |
| 819 | function changeCodeLanguages() { |
| 820 | setApaches(['<D>', '<T>', '<DT>', '<TD>', '<a>', '<n>']); |
no test coverage detected