How to configure doxyfile and get documentation for .doc file as input to generate html output in Doxygen?

304 Views Asked by At

I have a task of documenting a file with extension .doc using doxygen tool. I am able to generate html output for a .cpp file but stuck to set the correct configuration of doxyfile to generate html output for file with .doc extension as input file .Please help me out to solve this problem.

1

There are 1 best solutions below

3
On

I tried the above mentioned to document a doc file but it failed should Is it necessary to comment the contents in doc file to get html output or it's ok if we just parse the file by mentioning FILE_PATTERNS =*.doc