-1

My requirement is to display the contents of INI file in plain text format using doxygen. INI configuration file contains key, value pair. eg.

sample INI file

[data configuration file] key=value Can anyone help to get the solution of above problem

  • It's not really clear what you need. – StefanG Mar 14 '18 at 19:15
  • I am working on java project which contains INI file as well. I have documented java section but INI file is not even displaying in file structure (as part of doxygen html report). After adding *.ini in FILE_PATTERN, now ini file is visible under file structure, but content is still not visible. Please let me know what parameters I need to modify in doxygen configuration file to get the required result. – ankit vashistha Mar 15 '18 at 02:42

1 Answers1

0

Your question is unclear. Reading the special command documentation would be recommended.

Perhaps this is what you are looking for? http://www.doxygen.nl/manual/commands.html#cmdverbinclude

albert
  • 8,285
  • 3
  • 19
  • 32
Rich
  • 640
  • 5
  • 12