Commit Graph

32 Commits

Author SHA1 Message Date
Markus F.X.J. Oberhumer
eeba56c81b Normalize whitespace.
Convert source files to Unix EOL mode, convert .bat files to DOS EOL
mode, de-tabify and strip trailing whitespace.
2016-08-19 13:40:31 +02:00
albertodemichelis
bd43d374dc minor documentation fixes 2016-08-07 01:29:58 +08:00
msakuta
15e2c23eea Minor spelling fix 2016-07-19 16:19:35 -04:00
Alberto Demichelis
7aadf19f34 Merge pull request #63 from zeromus/master
documentation fixups
2016-06-24 23:50:16 +08:00
Allen Luce
90cd4bc238 Documentation cleanup, part one. 2016-06-23 15:21:26 -07:00
zeromus
ba338b145c remove spurious 'previdx' from _tostring metamethod docs 2016-06-21 19:29:53 -05:00
zeromus
87deb68c46 rewrite docs for 'this' argument passing. I found some of the finer points to be confusing (I was led to believe indexing a function off an object would bindenv the object to it, but it doesnt). So I changed the language to 'immediately indexed' and then tried to elaborate that. 2016-06-20 01:51:44 -05:00
zeromus
457f3b25bc docs fix... all the builtin_functions for function were mislabeled as array? 2016-06-20 01:07:30 -05:00
zeromus
7290b1fffe docs & error message tidy 2016-06-19 15:44:00 -05:00
zeromus
3b217e7e42 fix getstackinfos docs 2016-06-14 13:09:53 -05:00
zeromus
3c4098da84 small docs fixes. small typo fixes in sqapi.cpp error messages 2016-06-13 20:19:32 -05:00
zeromus
09c4e7a8c1 fix docs for 'unsigned right shift operator' to reference >>> instead of <<< ! also minor tidying in same file 2016-06-02 19:24:21 -05:00
Alberto Demichelis
4f20c881ab Merge pull request #47 from zeromus/printf
feature: add a printf function to the string stdlib
2016-05-16 01:45:37 +08:00
zeromus
9004743fc4 docs for sq_getstringandssize 2016-05-15 01:00:47 -05:00
zeromus
7c0550b8ad printf docs and other small docs tidies 2016-05-15 00:30:15 -05:00
zeromus
5b50a56e56 docs fixes and formatting 2016-05-05 10:23:55 -05:00
zeromus
301db648da docs typo fixes 2016-04-23 20:29:04 -05:00
zeromus
e347779446 fix various typos and incompletely apply very lightweight formatting normalization (continued) 2016-04-20 19:30:22 -05:00
zeromus
78b44c851b add a note to push a dummy value for sq_call when constructing an instance. this just cost me a lot of time! 2016-04-18 06:44:14 -05:00
zeromus
b35c9e827c fix various typos and incompletely apply very lightweight formatting normalization; clarify sq_getbyhandle applies to class or instance 2016-04-18 06:44:14 -05:00
zeromus
c44d568a8b docs typo fix: ivoked&ecoding 2016-04-14 18:28:41 -05:00
zeromus
a70a135192 clarify sq_getmemberhandle - it only works on classes. not sure what vice-versa meant 2016-04-14 18:25:00 -05:00
zeromus
4fddb87839 tidy metamethods general docs 2016-04-14 18:23:45 -05:00
zeromus
4305796277 fix metamethod _get documentation from _get(idx,val) to _get(idx) 2016-04-14 18:22:20 -05:00
zeromus
2f6419f19b clarify sq_cmp 2016-04-14 18:13:13 -05:00
zeromus
9218082df1 defferentieate -> differentiate 2016-04-14 18:08:29 -05:00
zeromus
d02fa17be2 small typo and grammar fixes 2016-04-14 18:07:37 -05:00
Eiyeron Fulmincendii
d9d0ebb4c0 Small mistyping fixes 2016-04-06 23:14:01 +02:00
Fabian Wolff
14ac45d285 Fix minor spelling mistakes 2016-04-03 17:48:40 +02:00
albertodemichelis
c52b25d864 documentation fixes 2016-03-27 19:58:27 +08:00
albertodemichelis
9c95df0631 added documentation sources 2016-03-14 23:35:04 +08:00
albertodemichelis
85dfe4b676 first commit 2015-12-22 03:14:21 +08:00