[Doxygen-users] FW: DoxyGen missing folders

2012-09-10 Thread Cuckow, Pez
Sorry to chase up, was wondering if anyone had had any ideas? I've tried playing with some of the settings (like adding *.C - capitals) etc but am still not seeing all our files listed. Is there further debug information I could provide? Pez Pez Cuckow | GSAM Trades Processing | +44 (0)20 705

[Doxygen-users] File List Detail Level

2012-09-10 Thread Cuckow, Pez
Hi all, Sorry for the second email of the day, hope you are all well! I am trying to change Doxygen's file and class lists so they only expand to show you the folders, rather than all the files. When I open the file list in my browser I see the list like so: · SRC_ROOT o UAT § so

Re: [Doxygen-users] File List Detail Level

2012-09-10 Thread Cuckow, Pez
In the end I updated the toggleFolder function inside dynsections.js, just need to know how to persist the changes (Doxygen overwrites the file) Find the code below: function toggleFolder(id) { //The clicked row var currentRow = $('#row_'+id); var currentRowImages = currentRow.find("img");

[Doxygen-users] Get path of file

2012-09-10 Thread terrestrex
Hi @all, I'm using doxygen since a few weeks and I like it so far. But now I found a problem I can't solve myself and I need help. I work with a team of SW-developers using GIT. My task is to write a module that can be used in several projects. That means also the other users can add the git-s