This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Where is the output of doxygen of ALSA library?

Hi,

Excuse me. I am new to Linux now. I have downloaded ALSA 1.0.29 on Ubuntu 14.04 and successfully compiled it, including doxygen: make doc. But I don't see the output of the doc make. In the past, it looks like an html file, such as index.html, is in such a folder. But I don't see such a top file after make doc. Anyone can help me?

Thanks,

  • Hello,

    when you download and extract the folder do the following steps:
    1: run configure script ./configure (I am assuming you are in the extracted folder)
    If the configure script runs without any errors run the below command
    2: run make doc

    The above, will create the doc folder in same directory,
    traverse to it cd doc/
    ls should give you below list:
    asoundrc.txt doxygen doxygen.cfg doxygen.cfg.in index.doxygen Makefile Makefile.am Makefile.in pictures README.1st

    And finally go into doxygen folder and open index. html using your firefox browser which is by default installed in ubuntu.

    Hope that helps!

    Cheers,
    --Prabhakar Lad