albert-github
albert-github
In the example I don't see the topic `sub` just 3 other topics and they are not empty (as they have descriptions, so please recheck the example you uploaded or...
I took the example you provided in https://github.com/doxygen/doxygen/issues/5050#issuecomment-2934821479 and this example does not generate a chm file at all (`GENERATE_HTMLHELP` is not set). I see a topics (with doxygen 1.14.0,...
It looks like I looked at the output of the related issue #10335 but I now checked the file you uploaded (and I thought I used before) and I see...
It looks like the `context.fileName` in the method `QCString DocParser::processCopyDoc(const char *data,size_t &len)` is empty The relevant line is: ``` buf.addStr(" \\ilinebr \\ifile \""+context.fileName+"\" "); ``` the `context.fileName` should have...
I've just pushed a proposed patch, pull request #9825
I've just pushed a proposed patch, pull request #10329
Most likely a bug in the doxygen markdown interpreter, though a `.` always has a special handling, but seems to be a problem when it is at the first, non-blank,...
From the documentation: > 5.3.4 Emphasis and strikethrough limits > Unlike standard Markdown and Github Flavored Markdown doxygen will not touch internal underscores or stars or tildes, so the following...
Some remarks (non-authoritative). The problem with Markdown is that there is not really a standard there are 2 major definitions well known: - The original: https://daringfireball.net/projects/markdown/ - CommonMark Spec: https://spec.commonmark.org...
@PhilipNelson5 For the problems you encountered: - Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or zip file!) that allows us to reproduce...