Re: [Doxygen-users] Controllable URLs for static pages?
Brought to you by:
dimitri
From: Liviu I. <il...@li...> - 2023-06-01 21:45:01
|
> On 1 Jun 2023, at 21:55, Dimitri van Heesch <do...@gm...> 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 |