albert-github
albert-github
It isn't easy and it needs some knowledge about (base and derived) classes in C++ and about how functions are called through the interfaces. The `startFontClass` and `endFontClass` class are...
I think the problem is in the line: ``` MkBufferCreateLOCAL_T(MkBuffer1024C,buf,0) ``` which should read: ``` MkBufferCreateLOCAL_T(MkBuffer1024C,buf,0); ``` so a missing `;` and the resulting code is not valid C code....
The problem here is that doxygen has no idea about the `#define` (even when the file `kernel_mk.h` is included), doxygen is not a compiler and does not preprocess the code...
- Does `source-highlight` exists for all major platforms? - Does `source-highlight` have the ability to link back to the documentation and vice versa?
I've just pushed a proposed patch, pull request #11087
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).
It looks like that for templated classes the function `hasUserDocumentation()` as used in `void MemberDefImpl::warnIfUndocumented() const` does not know that there is brief and detailed documentation available, better said there...
I think this is a feature the function is visible (in the "brief" part) but the detailed description is only present with the group., but maybe there should be a...
Unfortunately the tutorials page is not visible anymore, the examples page still is visible. From what I understand from the discussion for a tutorial the pages should not be automatically...
To be able to reproduce it the name of the file is missing as well as the doxygen settings file (Doxyfile), so: - Can you please attach a, small, self...