MichaelHatherly / Docile.jl

Julia package documentation system.
Other
40 stars 15 forks source link

Adds `isparameters` #139

Closed peter1000 closed 9 years ago

peter1000 commented 9 years ago

I missed this and thought it is better in Docile with the others.

MichaelHatherly commented 9 years ago

I'm likely going to be removing some of those helper methods since they aren't used heavily. isparameters isn't needed in Docile so adding it will only couple Docile/Lexicon even more and make it difficult to update them independently. Best to just keep this in Lexicon.

peter1000 commented 9 years ago

Fine with me. So you prefer to de-couple Docile/Lexicon as much as possible?

MichaelHatherly commented 9 years ago

So you prefer to de-couple Docile/Lexicon as much as possible?

Yes, where possible. Makes less work when trying to coordinate tagging new version.