danyg / jsdoc3Template

A custom Customizable JSDOC3 template
38 stars 23 forks source link

Please accept these changes, to make your template work with current JSDoc3 #6

Closed mbd-dbc-dk closed 11 years ago

mbd-dbc-dk commented 11 years ago

Hi

I have updated your template to work with current JSDoc3 (2013-04-25). Almost all the changes are related to TaffyDB (see https://groups.google.com/forum/?fromgroups=#!topic/jsdoc-users/JPWST07-5Oc), and are more or less trivial in nature.

I have also removed the dependency on pajhome/hash, as I was unable to make it work. Instead there is a simple replace of illegal characters with _. I did not intend to submit this as part of the pull request, but I do not know how to remove that change.

I hope you will accept these changes into your template.

Kind regards

Mads

danyg commented 11 years ago

Thank you! in these days will do the merge.

mbd-dbc-dk commented 11 years ago

Hi there. I am quite new to this git thing, and it seems I added another commit to this branch, which might not be what one usually does? Anyway, the second commit adds support for syntax highligthing using SyntaxHighlighter 3.0.83 for the examples. It also moves the examples below the main "box" about the item. This is usefull to me, but perhaps should have been on another branch?

mbd-dbc-dk commented 11 years ago

Hi again.

As can be seen, I have added a number of commits to this pull request. I am not sure you want to use them all. I hope you can cherry-pick the ones you want. I have tried to describe each commit well in the commit message.

Kind Regards

Mads