Re: [Doxygen-users] Disabling prefixing .md files with md_
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2015-02-10 18:21:46
|
ST, The item 1) has already been answered by Christoph. About removing the md_, I don't know what the design decision behind it was. But you can write a patch for it or file an enhancement report for it and see if it is honored. 2) I don't think it is wise to remove the .html extension, quite a few users will use doxygen without a webserver, but maybe the setting: HTML_FILE_EXTENSION = "." might be something for you (as far as I can see it removes all .html extensions). Albert On Mon, Feb 9, 2015 at 7:43 PM, ST <sm...@gm...> wrote: > 1. so how was it done in the official tutorial? > > http://www.stack.nl/~dimitri/doxygen/manual/install.html > > its install.html and not md_install.html... > > I want to generate a static web page using doxygen. install.html just > looks nicer than md_install.html... > > 2. Is it possible to generate just install (without .html) and let the > webserver treat it as an .html file? > > so it looks even nicer: > http://www.stack.nl/~dimitri/doxygen/manual/install > > Thank you. > > On Mon, 2015-02-09 at 18:35 +0100, Albert wrote: > > ST, > > > > > > There is no way to disable it. The basename of the md file is > > prepended by md_. > > > > > > What is the background of your question? > > > > > > Albert > > > > > > On Mon, Feb 9, 2015 at 12:58 PM, ST <sm...@gm...> wrote: > > Hi, > > > > all html files generated from .md files get prefixed with md_ > > like > > md_<file_name>.html . Is there a way to disable this md_? > > > > thank you, > > ST > > > > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming. The Go Parallel > > Website, > > sponsored by Intel and developed in partnership with Slashdot > > Media, is your > > hub for all things parallel software development, from weekly > > thought > > leadership blogs to news, videos, case studies, tutorials and > > more. Take a > > look and join the conversation now. > > http://goparallel.sourceforge.net/ > > _______________________________________________ > > Doxygen-users mailing list > > Dox...@li... > > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > > > > > |