[Doxygen-users] FILE_PATTERNS issue with doxygen 1.8.8
Brought to you by:
dimitri
From: Ronan <ro...@gm...> - 2014-09-19 09:26:02
|
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 |