Re: [Doxygen-users] Link to README.md
Brought to you by:
dimitri
From: Christian <0x...@po...> - 2016-05-01 07:46:13
|
Hi Adrian, Maybe I should have mentioned that I try to link from mainpage.dox (my mainpage in dox format) to this README file. But using a markdown file for this purpose is maybe the better idea. Especially as I can link other markdown files without a hassle :) thanks for your time and help! Regards Christian Am Freitag, den 29.04.2016, 10:30 +0300 schrieb Adrian M Negreanu: > Hi Christian, > > I've tested with the setup below and "it works for me". I've attached > a screenshot too. > > > $ cat -> main.md > My Main Page {#mainpage} > ============ > > Documentation that will appear on the main page > > See [Link to README](README.md) for more info. > > > -------8<----------- > > > $ cat -> README.md > Other > ============ > > Documentation that will appear on the other page. > > > On Thu, Apr 28, 2016 at 3:15 PM, Christian <0x...@po...> wrote: > > Hi, > > > > I am using doxygen 1.8.11 and I try to link my README markdown file. > > > > I was reading > > https://www.stack.nl/~dimitri/doxygen/manual/markdown.html#md_page_header > > > > and it seems a simple [Link to README](README.md) should be enough, but the > > link > > is not created. The README file does appear though under the Related Pages > > Tab > > and it has a Level 1 Header if this important. If I use a header label > > {#myheader}, then I can do [Link to README](@ref myheader) but this header > > label > > is also rendered by github and that doesn't look very nice. > > > > So how do I get doxygen to create a link to my README.md file? > > > > Regards > > Christian > > > > --------------------------------------------------------------------------- > > --- > > Find and fix application performance issues faster with Applications Manager > > Applications Manager provides deep performance insights into multiple tiers > > of > > your business applications. It resolves application problems quickly and > > reduces your MTTR. Get your free trial! > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > _______________________________________________ > > Doxygen-users mailing list > > Dox...@li... > > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > > |