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
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
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");
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