[Doxygen-users] need custom footer w/treeview

2014-05-22 Thread Monique Semp
Hello, doxygen-users, I’m a newbie Doxygen user, using doxygen 1.8.5 on a Linux system. Input is C++, output is HTML. I’d like to include a copyright/legal notice in the footer. I had no trouble creating a custom footer HTML file and getting it into my output. And I further customized its appe

Re: [Doxygen-users] need custom footer w/treeview

2014-05-22 Thread Monique Semp
> You may need to set DISABLE_INDEX = YES to remove the redundant row of tabs > for the treeview output to work correctly. Hmm... I already have DISABLE_INDEX = YES, and (correctly) I am not getting redundant tabs. The problem is that I am not getting my custom footer, which I want. That is, wit

Re: [Doxygen-users] need custom footer w/treeview

2014-05-22 Thread Monique Semp
SOLVED! The footer *was* actually being included, but needed to be edited. I hadn’t noticed in the model default header that there were two separate sections, one for when the treeview is used, and a 2nd one for when it’s not used. And I’d customized only the not-treeview section. So as soon as

[Doxygen-users] soliciting SME reviews for HTML output ?

2014-05-22 Thread Monique Semp
Hello, doxygen-users, I’m using Doxygen to generate HTML output for a C++ library. Not all the doc reviewers have direct access to the code that I’m commenting, so I’ll need to solicit reviews by using the HTML output instead of just having the engineers look at my code check-ins (for the doxyg

Re: [Doxygen-users] soliciting SME reviews for HTML output ?

2014-05-22 Thread Peter Barnes
Hello Monique, We use the Rietveld code review tool on Google Appspot for reviews of source code as well as doxygen source: https://codereview.appspot.com Of course, this means exposing your code outside your organization, and you're still reviewing source code, not the generated html. Even fo

Re: [Doxygen-users] soliciting SME reviews for HTML output ?

2014-05-22 Thread Scott Furry
On 22/05/14 03:55 PM, Monique Semp wrote: > Hello, doxygen-users, > I’m using Doxygen to generate HTML output for a C++ library. Not all > the doc reviewers have direct access to the code that I’m commenting, > so I’ll need to solicit reviews by using the HTML output instead of > just having the