Skip to content

Commit 199788e

Browse files
committed
Merge branch 'develop'
2 parents 43aa105 + 459198a commit 199788e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/doxygen-custom-page-injector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ document.addEventListener("DOMContentLoaded", () => {
4141
// Proceed if the new document is loaded
4242
document.addEventListener("DOMContentLoaded", () => {
4343
// Check if a value for nav to is provided
44-
if (navToValue !== undefined && navToValue !== null && navTo !== undefined && navTo !== null) {
44+
/*if (navToValue !== null && navTo !== null) {
4545
// Wrap the original navTo function from doxygen into custom function
4646
let originalNavToFunc = navTo;
4747
navTo = (o, root, hash, relpath) => {
4848
// Ignore the root value and parse or nav to value instead
4949
originalNavToFunc(o, navToValue, hash, relpath);
5050
};
51-
}
51+
}*/
5252

5353
// Get the div that contains the content
5454
let contentContainer = document.getElementById("doc-content");

doxygen/js/doxygen-custom-page-injector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ document.addEventListener("DOMContentLoaded", () => {
4141
// Proceed if the new document is loaded
4242
document.addEventListener("DOMContentLoaded", () => {
4343
// Check if a value for nav to is provided
44-
if (navToValue !== undefined && navToValue !== null && navTo !== undefined && navTo !== null) {
44+
/*if (navToValue !== null && navTo !== null) {
4545
// Wrap the original navTo function from doxygen into custom function
4646
let originalNavToFunc = navTo;
4747
navTo = (o, root, hash, relpath) => {
4848
// Ignore the root value and parse or nav to value instead
4949
originalNavToFunc(o, navToValue, hash, relpath);
5050
};
51-
}
51+
}*/
5252

5353
// Get the div that contains the content
5454
let contentContainer = document.getElementById("doc-content");

0 commit comments

Comments
 (0)