albert-github

Results 944 comments of albert-github

From https://github.com/doxygen/doxygen/issues/9569#issuecomment-1488909076it is unclear, to me, what you have been doing - which commands did you issue? - what did you use as input?

It is a possibility but I wouldn't do it (as one would get 2 labels / anchors with a name that only differs in lower / upper-case and this might...

@robch - Which version of doxygen did you try? (As there might already be some improvements in the newer versions) - Can you please attach a, small, self contained example...

It is still unclear what you want. - what do you exactly want to achieve - links in page like an index -> `\supbag` - text in page -> `\include{doc}`...

@alfish2000 Does the problem still occur with the current doxygen version (1.11.0), if so please show what you see and what you expect @thom-sch Does the problem still occur with...

@thom-sch In fact we have here 2 problems: - Major: the fact that `\snippet{doc}` is not handled in an alias. When running the example we get the warning like: ```...

The major problem: Code has been integrated in master on GitHub (#10916) The minor problem: still exists.

Regarding the Major problem this leads with a simple example like: ``` /// \file /// /// Part0 \cgalCite{X0}. /// void fie0(); ``` and the setting: ``` ALIASES = "cgalCite{1}=\1" ```...

Regarding the problem from the CGAL project (https://github.com/doxygen/doxygen/issues/10606#issuecomment-2144957727) I've just pushed a proposed patch, pull request #10921