albert-github
albert-github
- In your description you speak of "unsigned long" but in the example I don't see any "unsigned long"? - the problem `warning: @copybrief or @copydoc target 'X::operator' not found"...
> `unsigned long` - this is only a hypothetical question. I haven't tested it but it conflicts with documentation recommendation that overloads should not have spaces. As far as I...
The glibc you are using looks like not to be correct looks like similar problem as noted in #10943
@Xeverous Regarding your version problem (not important for the `copydoc` problem as I can reproduce this with the given example) - where did you get the doxygen 1.12.0 version from?...
No variable, class, namespace, function names etc. I would leave out (and bib files have to be checked against the original title as defined by the author(s))
I'll have a look. I think the `cancelled` / `modeller ` should also be done as e.g. the word `canceled` is used (e.g. Linear_cell_complex/demo/Linear_cell_complex/MainWindow.cpp) so this would be more consistent...
- I've pushed a proposed patch, pull request #8519 for the general part - I've just pushed a proposed patch, pull request #8522 for the "bib" part
Lets first see what the result of #11598 brings also for you for this issue.
2 sets of tests: # `IMPLICIT_DIR_DOCS=YES` - HTML looks OK - LaTeX looks OK - RTF looks OK - tag file, looks like it is missing references in respect to...
Testing docbooks, with `IMPLICIT_DOC_DIRS=YES` gives in `docbook/index.xml`: ``` < xi:include href="dir_e943761d68f9824c907ece1dcc1829e9.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> ``` this should be: ``` ``` or at least: ``` ``` apparently docbook (interpreter) is a bit picky...