-
Hello,
with the new release finally the last generator has been transformed to the new concept. With this done, there is now time to add the features that are only possible with this new concept.
As the old generators will probably vanish in one of the next releases please be sure to test and use the new ones.
But as there are currently a few things more important than Delphidoc I have to...
2007-07-15 15:22:08 UTC in DelphiDoc - JADD
-
Hello and thanks for reporting the bug.
The error occured while searching for the default property of the class, in your case when parsing "self['string']". The class and all its ancestors are searched for the default property, testing each member of the class if it is the property. I used "repeat .. until" where a "while" should have been used, i.e. if the class has no members the first...
2007-06-22 20:48:03 UTC in DelphiDoc - JADD
-
Hello,
well, that's embarrassing, making a release with the main help broken.
Thanks for reporting the bug.
I fixed it locally, but as this is not that critical with -h, -?, /h and /? still available, I won't create another release just to fix this. So it will be fixed when there are enough changes for a new release, ... or enough bug fixes.
Best regards,
Gerold Veith.
2007-05-11 20:54:27 UTC in DelphiDoc - JADD
-
Hello,
in the new release the command line parameters have been revised, it is now possible to generate Help on a GUI via:
--guihelpproject=path\to\YourGUIHelpProject.ddgh --generate=GUIHelp
Of course other parameters should be added to select the generator etc..
The parameters are now (a bit more) documented, you can read the online version at...
2007-05-09 13:00:44 UTC in DelphiDoc - JADD
-
In progress ...
Estimated Time of Next Release: about two weeks.
2007-04-18 13:40:04 UTC in DelphiDoc - JADD
-
Hello,
and sorry, but this won't be implemented. The whole concept is to have a documentation that is defined be the generator. The generator defines what information is included and in which order. And it also makes sure that the documentation has the same format/order for every identifier, so it will be easy to read and to comprehend.
Maybe in the future an option can be added to change...
2007-02-08 13:51:01 UTC in DelphiDoc - JADD
-
Hello,
"ThisClass" and "ThisIdentifier" will be available in the next release shortly.
Best regards,
Gerold Veith.
2007-02-08 13:43:31 UTC in DelphiDoc - JADD
-
Copy of Tracker 1618844.
2007-02-05 12:02:53 UTC in DelphiDoc - JADD
-
Logged In: YES
user_id=1075015
It can be localized in the new release with the option
"GUIHelpHeaderComponentsDocumentation".
2006-10-31 13:55:10 UTC in DelphiDoc - JADD
-
Logged In: YES
user_id=1075015
Yes, this is correct and should be fixed in the new release.
It is actually fixed for a few weeks now, after the problem
has been first mentioned in the forum. And now it finally
gets released.
Forum-Thread:
https://sourceforge.net/forum/forum.php?thread_id=1578232&forum_id=387913.
2006-10-31 13:53:53 UTC in DelphiDoc - JADD