Re: [Doxygen-users] Left Manu/Index not syncing correctly

2016-01-30 Thread Doug Royer
Works again !!! I changed: @page Math Documentation for the libSaSMath library to: @page SaSMath Documentation for the libSaSMath library And all starting working again. Thanks for your help! On 01/29/2016 12:28 PM, Dimitri van Heesch wrote: > Hi Doug, > > I think the pr

Re: [Doxygen-users] Left Manu/Index not syncing correctly

2016-01-29 Thread Dimitri van Heesch
Hi Doug, I think the problem is that you have a page called "Math" with subpages. As a result doxygen generates a script called Math.js containing a piece of navigation code for the tree view. This in turn hides functions like Math.cos(), which jquery depends on, giving a javascript error, and h