Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cmake's Doxygen integration, only generate docs for public API #116

Merged
merged 4 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. Use cmake's Doxygen integration, only generate docs for public API

    API docs are meant for API consumers, spilling out popt internals
    is not helpful for that case, on the contrary.
    
    Cmake has integrated Doxygen support, might as well use it. Buys us
    a free time-stamping mode to make builds sane again.
    pmatilai committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0ab95fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e6c50e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb30be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d89fb View commit details
    Browse the repository at this point in the history