Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 692 Bytes

changelog.md

File metadata and controls

17 lines (13 loc) · 692 Bytes

Changelog / Future Milestones (Ongoing)

Version 2.0.0 (Future)

  • Rewrite of the GenDocs code to be more intuitive to read
  • Introduce OOP programming styles where appropriate
  • Allow documentation of class member variables which are meant to be public

Version 1.0.0 (Current)

  • Better documentation of syntax that GenDocs expects within documentation comments
  • Easier to specify which included files should be parsed for documentation [added: v0.5.0-alpha]
  • Choice of destination folder for the generated documentation files [added: v0.5.0-alpha]
  • Better documentation within the GenDocs code