cbkiyanda / cspl

Common Scientific Programming Library
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Need to decide on documentation #4

Open balarsen opened 9 years ago

balarsen commented 9 years ago

Do we want doxygen or ROBODoc (these are kinda the only 2 I see that will do C and Fortran both)

I think we should do python separately in sphinx

cbkiyanda commented 9 years ago

I don't khnow ROBODoc, but we've been using doxygen for another project. I vote for doxygen, just because I kind of know the syntax.

nicolasbock commented 9 years ago

Yes, me too. I have never used robodoc, so can't say anythin about it.

balarsen commented 9 years ago

Deal, decision made. I haven't really done doxygen, can someone setup the template and make?

Brian

On Wed, Oct 1, 2014 at 10:49 AM, Nicolas Bock notifications@github.com wrote:

Yes, me too. I have never used robodoc, so can't say anythin about it.

— Reply to this email directly or view it on GitHub https://github.com/cbkiyanda/cspl/issues/4#issuecomment-57497534.

nicolasbock commented 9 years ago

I pushed some changes to the CMake script so that there is a "doc" target if doxygen is found.