Re: [Doxygen-users] Pages in Doxygen 1.8.11
Brought to you by:
dimitri
From: Fabian N. <fab...@sc...> - 2016-06-30 09:55:15
|
Hi, thanks, it's working again. Best, Fabian. * From: Sebastien Loriot (Geometryfactory) (slo...@gm...) * To: Fabian Nick (fab...@sc...) * Sent: 30.06.2016 at 11:39 +0200 * Subject: Re: [Doxygen-users] Pages in Doxygen 1.8.11 > 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 gettingstarted Getting Started >>> >>> Getting Started >>> ============== >>> The first thing you will want to do is to read the @ref maininterfaces documentation. >>> >>> */ >> >> At least up to Doxygen 1.8.7 that worked perfectly fine. We have the >> path specified in INPUT and *.dg in FILE_PATTERNS. >> The pages then appear in the left side bar of the html output. >> >> But with Doxygen 1.8.11, we do not see the pages any more. We can view >> their source code by browsing through the 'files' list, but they don't >> appear as actual pages any more. >> >From Doxygen's output we see that it 'read', 'generated code' and >> 'generated docs' for the *.dg files. >> >> Was there any change between 1.8.7 and 1.8.11 that we need to take into >> account? >> >> Thanks, >> Fabian. >> >> ------------------------------------------ >> >> Fabian Nick >> >> Fraunhofer Institute for >> Algorithms and Scientific Computing (SCAI) >> >> Schloss Birlinghoven >> D-53754 Sankt Augustin, Germany >> >> Phone: (+49 | 0) 2241 14-2139 >> fab...@sc... >> http://www.scai.fraunhofer.de >> >> ------------------------------------------ >> >> >> ------------------------------------------------------------------------------ >> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San >> Francisco, CA to explore cutting-edge tech and listen to tech luminaries >> present their vision of the future. This family event has something for >> everyone, including kids. Get more information and register today. >> http://sdm.link/attshape >> _______________________________________________ >> Doxygen-users mailing list >> Dox...@li... >> https://lists.sourceforge.net/lists/listinfo/doxygen-users >> > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |