Re: [Doxygen-users] FILE_PATTERNS issue with doxygen 1.8.8
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-09-19 18:09:35
|
As far as I can see in version 1.8.8 a default Parser has been introduced for unknown extensions which does not do anything with the file. In the past, as far as I can seee, these files were treated as one of the existing file types (I think C). Trough EXTENSION_MAPPING you can set the required language (in your case probably dtx=C) Albert On Fri, Sep 19, 2014 at 11:25 AM, Ronan <ro...@gm...> wrote: > Hello, > > For historical reasons, I use "dxt" (d for Doxygen ;-) extension instead > "txt" to write documentation using doxygen syntax and generate html. > > Doxyfile: > > FILE_PATTERNS = *.dxt > > Doxygen: > > Preprocessing MyFile.dxt... > Parsing MyFile.dxt... > > Result: > > MyFile.html > > > From version 1.4.5 until 1.8.7, I had no problems > > But, with doxygen 1.8.8, "Preprocessing/Parsing" is replaced by "Reading", > and no more html file is generated: > > Doxyfile configuration : > > FILE_PATTERNS = *.dxt > > Doxygen : > > Reading MyFile.dxt... > > Result : > > None > > > Does someone met the same problem? > > > Regards, > > Ronan > > > ------------------------------------------------------------------------------ > Slashdot TV. Video for Nerds. Stuff that Matters. > > http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |