tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Doxygen doesn't generate all documents #2945

Closed a1ex33 closed 4 months ago

a1ex33 commented 4 months ago

I generated docs on my local machine with the command

doxygen

But not all classes are available in the docs on my local machine. For example:

What could be the reason? doxygen command still relevant?

levlam commented 4 months ago

Check that you built TDLib before trying to generate the documentation.

a1ex33 commented 4 months ago

Thanks a lot! It helped me.