jsdoc / jsdoc.github.io

JSDoc website
https://jsdoc.app/
Other
203 stars 103 forks source link

Explain how to migrate to JSDoc 3 #10

Open hegemonic opened 11 years ago

hegemonic commented 11 years ago

To a large extent, JSDoc 3's code markup is compatible with JsDoc Toolkit 2.4.0. But there are differences that often take people by surprise, including but certainly not limited to:

Another notable difference is that JSDoc 3 templates and plugins are not compatible with 2.4.0, and vice-versa.

For all of these reasons, it would be extremely useful to create a migration guide for users who want to move from 2.4.0.

I was prompted to file this by the discussion in jsdoc3/jsdoc#314.

mauritslamers commented 9 years ago

I am currently working on migrating to jsdoc3 from jsdoc toolkit 2.4.0n, I documented a few patterns (and a few questions about them) on SO: http://stackoverflow.com/questions/30232435/jsdoc3-migration-questions