Skip to content
Snippets Groups Projects
  • David Brownell's avatar
    13e26442
    doxygen: avoid most internals · 13e26442
    David Brownell authored
    For some reason, all the interals are documented by default.
    This is wrong for two basic reasons:
    
     - We need to focus on public interfaces, since those are
       the architectural interfaces and relationships.
    
     - Since virtually nothing has doxygen support yet, this
       maximizes the noise, and minimizes the usefulness of
       doxygen output.
    
    So don't expose so much by default.
    13e26442
    History
    doxygen: avoid most internals
    David Brownell authored
    For some reason, all the interals are documented by default.
    This is wrong for two basic reasons:
    
     - We need to focus on public interfaces, since those are
       the architectural interfaces and relationships.
    
     - Since virtually nothing has doxygen support yet, this
       maximizes the noise, and minimizes the usefulness of
       doxygen output.
    
    So don't expose so much by default.