Skip to content
Snippets Groups Projects
  • Emilio G. Cota's avatar
    5d543a36
    doxy: add doxygen automation scripts · 5d543a36
    Emilio G. Cota authored
    
    When generating documentation with doxygen, in most cases
    we just change a few parameters: project name, input files
    and output directory.  The rest of the doxygen config file
    remains the same, and therefore should be shared among all
    our sub-projects.
    
    AFAIK a doxygen config file cannot include other doxygen
    config files, so I've come up with a script that changes the
    parameters above on a pre-defined config file, piping the
    result to doxygen.
    
    This generates doxygen output in man, html, and latex formats.
    
    Signed-off-by: default avatarEmilio G. Cota <cota@braap.org>
    5d543a36
    History
    doxy: add doxygen automation scripts
    Emilio G. Cota authored
    
    When generating documentation with doxygen, in most cases
    we just change a few parameters: project name, input files
    and output directory.  The rest of the doxygen config file
    remains the same, and therefore should be shared among all
    our sub-projects.
    
    AFAIK a doxygen config file cannot include other doxygen
    config files, so I've come up with a script that changes the
    parameters above on a pre-defined config file, piping the
    result to doxygen.
    
    This generates doxygen output in man, html, and latex formats.
    
    Signed-off-by: default avatarEmilio G. Cota <cota@braap.org>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.