albert-github

Results 1742 comments of albert-github

### Comment from https://github.com/doxygen/doxygen/discussions/11176#discussioncomment-10910057 So I've attached the examples to you. I set `(readme)` in the titles the `README.md` files to differentiate them. [doxygen_example.zip](https://github.com/user-attachments/files/17336298/doxygen_example.zip) ``` doxygen -v 1.9.7 ``` So...

I think the point under ideally summarizes quite well what should be the case, i.e. when no documentation on a page remains it should not be shown at all (maybe...

I think that the ``\dir`` should be present (probably best in the form of ``) as otherwise there might be problems with existing projects where there is a README.md present,...

I didn't do actual checking but I see: ``` ``` form a compatibility point of view I think it is better to have `defval='0'` especially to prevent problems with project...

The new usage is probably a bit more naturally, but compatibility is something important and hence my remark. Probably users that face the problem with the README.md files will have...

@equetzal With the limited info I cannot reproduce your problem from https://github.com/doxygen/doxygen/issues/11179#issuecomment-2696098817, please show your settings and put the code in a compressed tar or zip file, so: - Can...

Looks like a bit of a strange construct starting a blockquote in a `\xrefitem`. The following: ``` # Title \xrefitem architectural_decisions "" "Design Decisions" \parblock > **Decision** > > *...

It looks like the word `module` in the line `export module Log;` causes the problem. Removing the word `module` fixes (as workaround) the problem. Probably the order of the words...

It would indeed help when having a small complete example with the used settings, so - Can you please attach a, small, self contained example (source+configuration file in a, compressed,...

I think setting `MARKDOWN_ID_STYLE = GITHUB` should work, at least it does for me. I see there is a difference between the 1.11.0 and 1.12.0 version around the the beginning...