Skip to content
Snippets Groups Projects
  1. Dec 05, 2023
  2. Dec 03, 2023
  3. Dec 02, 2023
  4. Nov 26, 2023
  5. Nov 24, 2023
  6. Nov 23, 2023
  7. Nov 22, 2023
  8. Nov 14, 2023
  9. Nov 13, 2023
  10. Nov 12, 2023
  11. Nov 11, 2023
  12. Nov 07, 2023
    • Rob Swindell's avatar
      6a82fa90
    • Rob Swindell's avatar
      JSDOC build cleanup (used to generate jsobjs.html) · 96019606
      Rob Swindell authored
      Replaced _property_ver_list (array of numbers) with _property_ver_list (array
      of objects) with a "ver" and (optional) "desc" property. This solves the
      enumeration order problem with objects that have both manual and table-based
      properties. Object's property tables (arrays of jsSyncPropertySpec) can now
      (optionally) contain the property descriptions. For properties defined in this
      manner, there will never be another mismatch between ther name/type and
      description/version in the jsobjs.html (a problem has re-occurred several
      times through the years with nebulous work-arounds).
      
      We still use _property_desc_list arrays for additional (e.g. manually defined)
      properties in such objects or just objects that only use one method of
      property definition and are not subject to the enumeration order problem.
      
      Fixed numerous typos.
      
      Using more consistent terminology and HTML mark-up.
      
      Some beautification and enhancement of readability, but nothing too major.
      96019606
  13. Nov 06, 2023
Loading