grame-cncm / libmusicxml

A C/C++ library to support the MusicXML format.
Mozilla Public License 2.0
154 stars 33 forks source link

How to generate the API docs for libmusicxml #28

Closed abhi18av closed 5 years ago

abhi18av commented 5 years ago

Hi @dfober ,

Could you also help me generate the API docs for libmusicxml ?

I am quite sure there's some command which does that but since I'm not from a C++ background, I don't quite know that :)

abhi18av commented 5 years ago

Yup, figured it out.

Inside the doc folder we use

doxygen

And we have an html folder with the required index.html file :)