Open
Description
Doc files are generated successfully, but I can't expand folded instance member items in chrome browser. It seems anchor.js and site.js are not loaded in the browser.
I had checked in the chrome's dev tools. The elements <script src='assets/anchor.js'></script>
and <script src='assets/site.js'></script>
are removed in the DOM tree.
I've also tried to load via http-server the doc files, not directly from the local files. But, the problem still exists.
It may not the problem of documentation.js, but I need help.
There generated doc files are attached.
docs.zip
Any ideas?