Re: [Doxygen-users] Controllable URLs for static pages?
Brought to you by:
dimitri
|
From: Dimitri v. H. <do...@gm...> - 2023-06-01 18:55:52
|
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. Regards, Dimitri > On 29 May 2023, at 22:56, Liviu Ionescu <il...@li...> wrote: > > Hi, > > Is there any trick to control the URLs of static pages? > > In my case I have a Getting Started file named `install.md`, which gets `md_website_2pages_2install.html`, not exactly intuitive, not to mention that it changed from 1.9.6 to 1.9.7. > > The reason I stumbled upon it is that in my home page I have to use some plain HTML code, and I cannot use doxygen primitives, I need to enter the actual URL in some links. > > Ideally this would be done with something like `@permalink 'getting-started'` in the install.md file, which would generate a page named exactly `getting-started.html`, and linking to it from html would be easy. > > > Thank you, > > Liviu > > > > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users |