- Sep 06, 2002
- Sep 05, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
so I'm using a new method type: JSTYPE_ALIAS to denote method aliases (not documented).
-
rswindell authored
-
rswindell authored
-
rswindell authored
Using new JSDOCSTR() marco to eliminate method descriptions for non-debug (release) builds.
-
rswindell authored
property containing a list of strings.
-
rswindell authored
only for JS documentation generation, from release (non-debug) builds.
-
rswindell authored
open method now opens in text mode (on Win32) if 'b' mode not specified..
-
- Sep 04, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added JSTYPE_ARRAY definition (used in jsMethodSpec definitions only).
-
rswindell authored
-
rswindell authored
-
rswindell authored
js library (on Unix).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed an off-by-one bug in js_scansubs and js_scandirs. Fixed js_getnstime, can't change value of argument (now returns new-scan time).
-
rswindell authored
This new type includes details about method return types, arguments, aliases, and a description (for documentation purposes). Created a function to convert from jsMethodSpec to JSFunctionSpec (for JS_InitClass calls).
-
- Sep 03, 2002
-
-
rswindell authored
-
- Sep 02, 2002
-
-
rswindell authored
-
- Aug 30, 2002
-
-
rswindell authored
-
rswindell authored
and creates an _methods_list property with an array of descriptions on the methods. This will be used for the dynamic HTML documentation generation.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
directory was being created always (it should only be created if there are files to be placed in there).
-
- Aug 29, 2002