Re: [Doxygen-users] Pages in Doxygen 1.8.11

2016-06-30 Thread Fabian Nick
Hi, thanks, it's working again. Best, Fabian. * From: Sebastien Loriot (Geometryfactory) (sloriot...@gmail.com) * To: Fabian Nick (fabian.n...@scai.fraunhofer.de) * Sent: 30.06.2016 at 11:39 +0200 * Subject: Re: [Doxygen-users] Pages in Doxygen 1.8.11 > Hi, > > set > EXTENSION_MAPPING = d

Re: [Doxygen-users] Pages in Doxygen 1.8.11

2016-06-30 Thread Sebastien Loriot (GeometryFactory)
Hi, set EXTENSION_MAPPING = dg=C++ in your config file (replace C++ by your language) Best, Sebastien. On 06/30/2016 10:46 AM, Fabian Nick wrote: > Hi everyone, > > we have various files in our project that we name *.dg that just contain > 'User Manual Pages' like > >> /*! \page gettingsta

[Doxygen-users] Pages in Doxygen 1.8.11

2016-06-30 Thread Fabian Nick
Hi everyone, we have various files in our project that we name *.dg that just contain 'User Manual Pages' like > /*! \page gettingstarted Getting Started > > Getting Started > == > The first thing you will want to do is to read the @ref maininterfaces > documentation. > > */ At le