Home | Reviews | GUIpedia | Forum | Fun500


ksrScripting language documentation
I've just started work on a scripting language idea of mine, but what do you think is the best way of documenting all of the commands etc? Text file? Word document? Wiki? Something else?
2008-07-229:50 AM

ToddRe:Scripting language documentation
I prefer something along the lines of documentation similar to the PHP documentation. You just type in the function and it takes you either straight to the page or gives you multiple results. Plus it provides you with examples for each function.
2008-07-2210:19 AM

ksrRe:Scripting language documentation
[b]tlsuess wrote:[/b] [quote]I prefer something along the lines of documentation similar to the PHP documentation. You just type in the function and it takes you either straight to the page or gives you multiple results. Plus it provides you with examples for each function.[/quote] I suppose a wiki (or a custom site with a search feature) would be best then.
2008-07-2210:27 AM

ToddRe:Scripting language documentation
Preferably. But personally the one downside (and major one at that) is that ANYONE can edit it. I'd just say make something along the lines of that and allow people to post comments. PHP's documentation online allows for people to post comments regarding the code or function that is documented.
2008-07-2210:30 AM

BrandonRe:Scripting language documentation
no. you can lock a wiki so only registered users can edit and then filter who can register. I think with a Wiki it should be download-able as usually I develop in Win98 and putting it on-line is a bad idea.
2008-07-2210:41 AM

ToddRe:Scripting language documentation
But even certain registered users can go evil and ruin it. If we have a place for people to comment on the function with possible help or example code, that might make it more attractive and user friendly. Yeah none of my Windows 98 machines have ever been online. You could try downloading the wiki then making a CHM or HTML-help file.
2008-07-2210:46 AM

GUIs


2021 Brandon Cornell