Subj : Re: API docs To : netscape.public.mozilla.jseng From : Brendan Eich Date : Thu Apr 15 2004 08:33 pm Sterling Bates wrote: > I'm not sure how to handle struct properties (mainly callbacks in, eg, > JSObjectOps) that do not have a succinct description. So far I've > linked to the jsapi.h file for the developer comment, but the line # > will change over time, so that's no good. Where's this linking coming from? JSObjectOps should not be documented. It's not really frozen (it drags in jsobj.h, which is not frozen). It will very likely be changed incompatibly in the future. /be .