Is it possible to use delphiCodeToDoc to scan the units and create help entries without actually storing the comments in the units themselves. i.e. storing the comments in an additional XML file. I don't want pages of comments in my code. That is what the help file is supposed to be for. But I cannot tell if that is possible with delphiCodeToDoc.
Thanks,
Dave
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
for the moment, with v0.11b, comments are only read from source code.
v1.1 (next-next revision) will support external comment file as Doc-o-Matic file or XMLDoc file.
So, you will be able to read comments from this file, import comments into source code, or export comments from source code to external file.
I will update soon a web page with the roadmap.
v1.1 should be out in 2/3 month.
TridenT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Is it possible to use delphiCodeToDoc to scan the units and create help entries without actually storing the comments in the units themselves. i.e. storing the comments in an additional XML file. I don't want pages of comments in my code. That is what the help file is supposed to be for. But I cannot tell if that is possible with delphiCodeToDoc.
Thanks,
Dave
Hi Dave,
for the moment, with v0.11b, comments are only read from source code.
v1.1 (next-next revision) will support external comment file as Doc-o-Matic file or XMLDoc file.
So, you will be able to read comments from this file, import comments into source code, or export comments from source code to external file.
I will update soon a web page with the roadmap.
v1.1 should be out in 2/3 month.
TridenT