albert-github

Results 1742 comments of albert-github

That is indeed very interesting, the single quote `'` should not be there but should be replaced with a `'`. - could you make a small example for: - the...

> You have to adjust them accordingly (sorry for the inconvenience). Normally I'm allergic to these kind of changes that I have to make, but in this case it is...

Regarding the problem with the apostrophe / missing search terms I've just pushed a proposed patch, pull request #11589

As far as I can tell the the problem regarding the `../E:/P..` is introduced with the commit: ``` Commit: fd23262193b9e528d44b0067bda0341bb3d0d11c [fd23262] Date: Friday, October 25, 2024 4:13:18 PM issue #11179...

Also under Cygwin we see strange behavior like: ``` ..//cygdrive/d/project_dir/doxygen_search_test/subdir_1/README.md#autotoc_md0 ``` I minimized the example: fr this part of the problem to: [example.tar.gz](https://github.com/user-attachments/files/20443625/example.tar.gz)

It is a bit more complicated, when a `README.md` file is used as description for a directory the section names are not converted at all the mentioned part should read...

Some research gave me a solution in the form of: ``` if (Config_getBool(IMPLICIT_DIR_DOCS) && m_file.lower().endsWith("/readme.md")) { m_file = m_file.left(m_file.length()-9); for (const auto &dd : *Doxygen::dirLinkedMap) { if (dd->name().lower() == m_file.lower())...

Regarding the problem of `../E:/...` in HTML I've just pushed a proposed patch, pull request #11500 The problem also occurs in e.g. LaTeX and RTF but here the directory page...

Regarding the problem with the apostrophe / missing search terms (#11589) the code has been integrated in master on GitHub

Thanks for the efforts. The way doxygen handles PRs etc in respect to closing issues etc. is in such a way that the issues are kept open when a PR...