-
Patch applied (to both trunk/ and branches/PasDoc2/), thank you!
2009-10-30 00:39:02 UTC by kambi
-
kambi committed revision 1143 to the pasdoc SVN repository, changing 1 files.
2009-10-30 00:37:31 UTC by kambi
-
kambi committed revision 1142 to the pasdoc SVN repository, changing 1 files.
2009-10-30 00:36:10 UTC by kambi
-
Updated Polish translations (both WIN-1250 and ISO-8859-2).
2009-10-27 13:17:58 UTC by nobody
-
Right, PasDoc cannot handle private constants nor types.
Can you provide a grammar for the current OPL?.
2009-10-26 22:41:43 UTC by drdiettrich
-
PasDoc is unable to parse constant defined in *strict private* section of class. I have tested both the PasDoc 0.11 and the PasDoc2 (checkout from the https://pasdoc.svn.sourceforge.net/svnroot/pasdoc/branches/PasDoc2).
Error is incorrectly detected in the line #56 of the attached file. This code is compiling without any hints or warnings (or errors) with Delphi 2007.
2009-10-26 19:05:18 UTC by gskoczylas
-
This feature was requested many times, but so far noone who is interested in it provided necessary patches. See http://pasdoc.sipsolutions.net/WantedFeaturesParsingImplementation, and the mailing list, like the last thread "[Pasdoc-main] Comments for methods". So, contributions are welcome!
2009-09-15 21:16:56 UTC by kambi
-
PasDoc seems to work well, and I have adjusted my JavaDoc comments in hcOPF in order to use it, until I discovered that it does not extract comments from the implementation section. This makes it unusable as far as I am concerned. I have rather large comment blocks at the start of each method, and I want them to stay within the method commented so I can move the code without losing the...
2009-09-15 17:17:35 UTC by larryhengen
-
When parsing a record with class operators like this, an error is generated and the whole file is not included:
class operator Add(p1,p2:TMyPoint):TMyPoint;
The error message is as follows:
Error EPasDoc: F:\Delphi\jdvd\trunc\common\uPersons.pas(14): One of symbols "," or ":" expected while parsing unit uPersons.pas, continuing...
2009-04-28 17:45:13 UTC by anti-dau
-
I adjusted them to the new translations format (we have changed internal structures of PasDoc_Languages.pas, see source code in the Subversion trunk), changed ISO8859_2 to ISO_8859_2 and applied.
Thank you!
(If you can, please checkout the SVN trunk and see if it's all Ok --- I had to modify included files, hopefully I didn't mess up character codes.)
(Applied to both pasdoc trunk/ and...
2009-04-10 20:39:24 UTC by kambi