Re: Controllable URLs for static pages?

Liviu Ionescu <[email protected]> Fri, 2 Jun 2023 00:18:04 +0300
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>

> On 1 Jun 2023, at 21:55, Dimitri van Heesch <[email protected]> wrote:
> 
> Hi Luviu,
> 
> A similar issue has been reported and fixed, see
> https://github.com/doxygen/doxygen/issues/10089
> 
> If you think your issue is different, please file a new issue and include a self-contained example.

Frankly I'm not sure if this is the same issue or not, since, from the documentation, I did not understand what is the recommended way to control the URLs.

Can you confirm that a definition like

```
# Section name {#label}
```

should be reflected in a URL like .../label.html, regardless the actual name of the markdown file where the definition is located?

I could not find in the documentation anything about the relationship between these custom labels and URLs. If the info is there and I missed it, can you point me to the right page?

Thank you,

Liviu