albert-github
albert-github
I think pull requests with proposed changes are always welcome.
As written in the issue changes regarding switching from `HTML` to `HTML5` would be nice. So changes would probably be needed in the html output generator (`src/html*`) and in the...
The question is a bit unclear as you speak of "source code to customize the website", I interpret this as changing the HTML output as produced by doxygen in the...
> @harshay97 I find it most difficult to alter the HTML because parts are inside the code and parts can be changed using the header.html and footer.html. It would be...
@matthewjmiller1 Looks like to be a problem with the a bit older flex versions. - Do you see this problem only with `mscgen_lexer.cpp` / `mscgen_lexer.l` or also with other `.l`...
It is like I expected - with `#define resister` the problem disappears for that file - the problem is present in other wfiles as well For the solution it would...
Perfect, exactly the list I expected (actually I expected one more file: `config_doxyw_intermediate.cpp`, but you didn't get this one as you didn't enable the doxywizard). `-DCMAKE_CXX_FLAGS="-Dregister=''"` won't work as the...
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).
Can you please attach a, small, self contained example (source+configuration file in a tar or zip) that allows us to reproduce the problem? Especially the configuration file is of importance...
I think that in the documentation a small part is missing, the restriction regarding that just one and only one `\relates`, `\relatesalso` or `\memberof` can be used as indicated by...