File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 </tab >
4343 <tab type =" examples" visible =" yes" title =" " intro =" " />
4444 <!-- Custom Pages -->
45- <tab id = " test " type =" user" url =" about.html" title =" About" />
45+ <tab type =" user" url =" about.html" title =" About" />
4646 </navindex >
4747
4848 <!-- Layout definition for a class page -->
Original file line number Diff line number Diff line change 11< script type ="text/javascript " src ="./doxygen-custom-page-injector.js "> </ script >
22
33< div id ="injection-wrapper " nav-to ="about.html " style ="display: none; ">
4- < p > Sample Text</ p >
4+ < div class ="header ">
5+ < div class ="headertitle ">
6+ < div class ="title ">
7+ About
8+ </ div >
9+ </ div >
10+ </ div >
11+ < div class ="contents ">
12+ < div class ="textblock "> PLACEHOLDER</ div >
13+ </ div >
514</ div >
615
Original file line number Diff line number Diff line change 22// Created by basicx-StrgV //
33// https://github.com/basicx-StrgV/ //
44//--------------------------------------------------//
5+ // Version: 1.0.0 //
6+ //--------------------------------------------------//
57document . addEventListener ( "DOMContentLoaded" , ( ) => {
68 // Get the injection wrapper element and nav to value
79 let injectionWrapper = document . getElementById ( "injection-wrapper" ) ;
You can’t perform that action at this time.
0 commit comments