Velron / doxygen-bootstrapped

Customize doxygen output to use the twitter bootstrap framework.
Apache License 2.0
402 stars 72 forks source link

Not working on latest Doxygen version 1.8.14 #27

Open fsaibene opened 6 years ago

fsaibene commented 6 years ago

There's an error in the example page, i tried with the older version 1.8.9.1 and it works, but i think it should work with the latest versions.

search.js:318 Uncaught TypeError: Cannot read property 'style' of null at SearchBox.CloseResultsWindow (search.js:318) at HTMLDocument. (doxy-boot.js:270) at j (jquery-2.1.1.min.js:2) at Object.fireWith [as resolveWith] (jquery-2.1.1.min.js:2) at Function.ready (jquery-2.1.1.min.js:2) at HTMLDocument.I (jquery-2.1.1.min.js:2)

yingjerkao commented 6 years ago

@fsaibene Did you try the feature branch which supports doxygen 1.1.12+ ?

emmenlau commented 6 years ago

I tried the latest feature branch with doxygen 1.8.13. The documentation is generated, but I get the same error as above:

Uncaught TypeError: Cannot read property 'style' of null
    at SearchBox.CloseResultsWindow (search.js:295)
    at HTMLDocument.<anonymous> (doxy-boot.js:270)
    at j (jquery-2.1.1.min.js:2)
    at Object.fireWith [as resolveWith] (jquery-2.1.1.min.js:2)
    at Function.ready (jquery-2.1.1.min.js:2)
    at HTMLDocument.I (jquery-2.1.1.min.js:2)

Additionally I get error:

GET https://doxygen.biodataanalysis.de/customdoxygen.css 404 (Not Found)

The documentation is at https://doxygen.biodataanalysis.de/BDAJavaCore/ instead of the root directory. Is that a problem?

el3ctrician commented 4 years ago

Same issue here, how can we help ?