UNPKG
moxygen
Version:
latest (2.1.12)
2.1.12
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
0.8.0
0.7.12
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.6.3
0.6.2
0.6.1
0.6.0
0.5.1
Doxygen XML to Markdown converter
0state.com/moxygen
sourcey/moxygen
moxygen
/
dist
/
parser.d.ts
9 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Compound
,
MoxygenOptions
,
References
}
from
'./types.js'
;
/** * Load and parse Doxygen XML index. */
export
declare
function
loadIndex
(
options
:
MoxygenOptions
):
Promise
<{
root
:
Compound
;
references
:
References
; }>;
//# sourceMappingURL=parser.d.ts.map