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
> 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
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
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
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
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