-
It would have to be the latter using Tcl.pm, which requires some Perl hacking. It won't be doable with just the config files.
2009-11-12 17:40:41 UTC in Natural Docs
-
"Function: This Function" has to be all on one line. The other lines are correct.
2009-11-11 15:18:12 UTC in Natural Docs
-
Edit [ND Dir]\Modules\NaturalDocs\Languages\Tcl.pm. Find "sub ParsePrototype" and then this line:
if ($type ne ::TOPIC_FUNCTION())
Remove the if statement so the code in it always runs. Run Natural Docs with -r once to apply the changes everywhere.
2009-11-09 17:47:41 UTC in Natural Docs
-
I'm leaving this bug open in case I want to incorporate the change into the project. I have to think about it more.
2009-11-07 04:58:34 UTC in Natural Docs
-
You're triggering the filtering that prevents left arrows ([$index] ne '
2009-11-07 04:56:40 UTC in Natural Docs
-
Tcl has an unusual syntax so it has special code written for it to handle prototypes. That's what the "Perl Package: NaturalDocs::Languages::Tcl" line means. To add methods you're going to have to edit it.
Open [ND Dir]\Modules\NaturalDocs\Languages\Tcl.pm. Search for TOPIC_FUNCTION, which should appear in two places. Change this one:
if ($type eq ::TOPIC_FUNCTION() && $ender eq...
2009-11-06 22:47:10 UTC in Natural Docs
-
Add a second line "pause" after it so you can see what it says before the window closes.
2009-11-05 17:05:16 UTC in Natural Docs
-
Is it directly underneath a shebang string? For example:
#!/usr/bin/perl
# File: myProg.pl
If that's the case you just need a blank line between them, since the keyword line has to start a comment. If that's not the case, please e-mail me a sample file that doesn't work since from your posted example it should.
2009-11-03 20:21:35 UTC in Natural Docs
-
Couldn't you use the Home key on your keyboard? That brings you to the top of the page in IE and Firefox, and unless you have a long description on the first element that's where the summary is. I don't see "back to top" links on web sites much anymore.
2009-11-03 20:18:02 UTC in Natural Docs
-
Please post an example that doesn't work.
2009-10-29 15:57:59 UTC in Natural Docs