Skip to content

Commit

Permalink
Merge branch 'master' of github.com:doxygen/doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed May 17, 2024
2 parents 30696b4 + ec2b08a commit c3c2d7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/html/dynsections.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
@licend The above is the entire license notice for the JavaScript code in this file
*/

function toggleVisibility(linkObj) {
return dynsection.toggleVisibility(linkObj);
}

let dynsection = {

// helper function
Expand Down

0 comments on commit c3c2d7e

Please sign in to comment.