()
| 882 | } |
| 883 | |
| 884 | function fixPageBreaksStruct() { |
| 885 | const formatDiv = $('#floatingpointtypesstructalwaysusesstandardsizes').parent().parent().parent().parent() |
| 886 | move(formatDiv, 'floatingpointtypesstructalwaysusesstandardsizes') |
| 887 | move(formatDiv, 'integertypesuseacapitalletterforunsignedtypeminimumandstandardsizesareinbrackets') |
| 888 | move(formatDiv, 'forstandardsizesstartformatstringwith') |
| 889 | } |
| 890 | |
| 891 | function move(anchor_el, el_id) { |
| 892 | const el = $('#'+el_id).parent() |
no test coverage detected