I am using version 1.7.3 with pas2dox with success but v1.8.15 only shows the .pas file, none of my documentation. What has changed ?
I am writing a new improved filter in Delphi an it works good with 1.7.3 but not with 1.8.15
1.8.15 is excellent with one of my old project in cpp.
Can anyone give a cue on how to make it work ?
Best regards,
Fern
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In order to use doxygen for pascal files, they have to be renamed to .cpp or .c
Use xcopy to copy all your source files.pas to a different dir as .cpp and do not forget the switch /s to include all sub-directories.
Then configure doxygen to look for the files you just copied and use pas2dox.exe for filter until I publish a new filter that will align correctly the in line source.
Enjoy the amazing Doxygen
Best regards,
Fern
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using version 1.7.3 with pas2dox with success but v1.8.15 only shows the .pas file, none of my documentation. What has changed ?
I am writing a new improved filter in Delphi an it works good with 1.7.3 but not with 1.8.15
1.8.15 is excellent with one of my old project in cpp.
Can anyone give a cue on how to make it work ?
Best regards,
Fern
I know now.
In order to use doxygen for pascal files, they have to be renamed to .cpp or .c
Use xcopy to copy all your source files.pas to a different dir as .cpp and do not forget the switch /s to include all sub-directories.
Then configure doxygen to look for the files you just copied and use pas2dox.exe for filter until I publish a new filter that will align correctly the in line source.
Enjoy the amazing Doxygen
Best regards,
Fern