[Doxygen-users] HTML error
Brought to you by:
dimitri
From: <Mar...@mi...> - 2018-08-14 21:38:15
|
Howdy, I've googled around and can't find anything so far: I generate html and a chm with Doxygen 1.8.14 and whenever I open the chm I get the following error on every single page: Script Error Error: The value of the property '$' is null or undefined, not a Function object If I look at the html I see the following in each file: <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',false,false,'search.php','Search'); }); /* @license-end */</script> I can open these files in a browser and get no errors. Any ideas what's going on here? I downloaded the latest 1.3 MS Help Workshop installer and it runs but gives a weird "Updating to 1.31" dialog saying that I already have a newer version. Thanks! |