From: Vladimír Vondruš Date: Sat, 20 Apr 2019 18:19:54 +0000 (+0200) Subject: documentation/doxygen: reflow a comment. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=7fa367f1dc75be55962e5a22a0791b1ae323dc9d;p=blog.git documentation/doxygen: reflow a comment. --- diff --git a/documentation/templates/doxygen/base-index.html b/documentation/templates/doxygen/base-index.html index 94700569..ce4c343b 100644 --- a/documentation/templates/doxygen/base-index.html +++ b/documentation/templates/doxygen/base-index.html @@ -7,11 +7,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_deprecated/annotated.html b/documentation/test_doxygen/compound_deprecated/annotated.html index bf84474c..e83ee095 100644 --- a/documentation/test_doxygen/compound_deprecated/annotated.html +++ b/documentation/test_doxygen/compound_deprecated/annotated.html @@ -37,11 +37,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_deprecated/files.html b/documentation/test_doxygen/compound_deprecated/files.html index 65c2b075..4ef412d2 100644 --- a/documentation/test_doxygen/compound_deprecated/files.html +++ b/documentation/test_doxygen/compound_deprecated/files.html @@ -40,11 +40,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_deprecated/modules.html b/documentation/test_doxygen/compound_deprecated/modules.html index c0fe6533..2a255b6e 100644 --- a/documentation/test_doxygen/compound_deprecated/modules.html +++ b/documentation/test_doxygen/compound_deprecated/modules.html @@ -34,11 +34,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_deprecated/namespaces.html b/documentation/test_doxygen/compound_deprecated/namespaces.html index 3d4361ea..e8e99e10 100644 --- a/documentation/test_doxygen/compound_deprecated/namespaces.html +++ b/documentation/test_doxygen/compound_deprecated/namespaces.html @@ -29,11 +29,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_deprecated/pages.html b/documentation/test_doxygen/compound_deprecated/pages.html index 935fd4f3..dc7fbce0 100644 --- a/documentation/test_doxygen/compound_deprecated/pages.html +++ b/documentation/test_doxygen/compound_deprecated/pages.html @@ -35,11 +35,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_filename_case/pages.html b/documentation/test_doxygen/compound_filename_case/pages.html index cd84b45d..7b799788 100644 --- a/documentation/test_doxygen/compound_filename_case/pages.html +++ b/documentation/test_doxygen/compound_filename_case/pages.html @@ -34,11 +34,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_listing/annotated.html b/documentation/test_doxygen/compound_listing/annotated.html index c8057659..d2a9a09c 100644 --- a/documentation/test_doxygen/compound_listing/annotated.html +++ b/documentation/test_doxygen/compound_listing/annotated.html @@ -72,11 +72,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_listing/files.html b/documentation/test_doxygen/compound_listing/files.html index ccf15c43..f3850f1c 100644 --- a/documentation/test_doxygen/compound_listing/files.html +++ b/documentation/test_doxygen/compound_listing/files.html @@ -63,11 +63,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_listing/namespaces.html b/documentation/test_doxygen/compound_listing/namespaces.html index 815a1376..9e7e3fa4 100644 --- a/documentation/test_doxygen/compound_listing/namespaces.html +++ b/documentation/test_doxygen/compound_listing/namespaces.html @@ -56,11 +56,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_listing/pages.html b/documentation/test_doxygen/compound_listing/pages.html index 50c27030..d3262c6b 100644 --- a/documentation/test_doxygen/compound_listing/pages.html +++ b/documentation/test_doxygen/compound_listing/pages.html @@ -45,11 +45,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/compound_modules/modules.html b/documentation/test_doxygen/compound_modules/modules.html index a627f2d1..955b6f82 100644 --- a/documentation/test_doxygen/compound_modules/modules.html +++ b/documentation/test_doxygen/compound_modules/modules.html @@ -46,11 +46,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/cpp_derived/annotated.html b/documentation/test_doxygen/cpp_derived/annotated.html index 0623029a..a122780a 100644 --- a/documentation/test_doxygen/cpp_derived/annotated.html +++ b/documentation/test_doxygen/cpp_derived/annotated.html @@ -38,11 +38,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/layout/pages.html b/documentation/test_doxygen/layout/pages.html index 7ab5076b..55d0dedc 100644 --- a/documentation/test_doxygen/layout/pages.html +++ b/documentation/test_doxygen/layout/pages.html @@ -73,11 +73,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/page_brief/pages.html b/documentation/test_doxygen/page_brief/pages.html index 8eced6ed..9fc592c9 100644 --- a/documentation/test_doxygen/page_brief/pages.html +++ b/documentation/test_doxygen/page_brief/pages.html @@ -30,11 +30,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/page_order/pages.html b/documentation/test_doxygen/page_order/pages.html index 82e7a074..d71adc37 100644 --- a/documentation/test_doxygen/page_order/pages.html +++ b/documentation/test_doxygen/page_order/pages.html @@ -38,11 +38,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/page_subpage_of_index/pages.html b/documentation/test_doxygen/page_subpage_of_index/pages.html index 168e2f56..15b515c7 100644 --- a/documentation/test_doxygen/page_subpage_of_index/pages.html +++ b/documentation/test_doxygen/page_subpage_of_index/pages.html @@ -34,11 +34,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/undocumented/annotated.html b/documentation/test_doxygen/undocumented/annotated.html index 598cfc66..c174cad0 100644 --- a/documentation/test_doxygen/undocumented/annotated.html +++ b/documentation/test_doxygen/undocumented/annotated.html @@ -67,11 +67,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible'; diff --git a/documentation/test_doxygen/undocumented/files.html b/documentation/test_doxygen/undocumented/files.html index 571a885c..e6935a60 100644 --- a/documentation/test_doxygen/undocumented/files.html +++ b/documentation/test_doxygen/undocumented/files.html @@ -56,11 +56,12 @@ 'm-doc-expansible' : 'm-doc-collapsible'; return false; } - /* Collapse all nodes marked as such. Doing it via JS instead of directly in - markup so disabling it doesn't harm usability. The list is somehow - regenerated on every iteration and shrinks as I change the classes. It's not - documented anywhere and I'm not sure if this is the same across browsers, so - I am going backwards in that list to be sure. */ + /* Collapse all nodes marked as such. Doing it via JS instead of + directly in markup so disabling it doesn't harm usability. The list + is somehow regenerated on every iteration and shrinks as I change + the classes. It's not documented anywhere and I'm not sure if this + is the same across browsers, so I am going backwards in that list to + be sure. */ var collapsed = document.getElementsByClassName("collapsed"); for(var i = collapsed.length - 1; i >= 0; --i) collapsed[i].className = 'm-doc-expansible';