logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_doxygen - helps with packaging doxygen-generated documentation

Authors

       Jakub Wilk <jwilk@debian.org> Helmut Grohne <helmut@subdivi.de>

                                                   2025-02-20                                      DH_DOXYGEN(1)

Bugs

       Probably.

Description

dh_doxygen is a debhelper program that prepares doxygen-generated documentation for inclusion in a Debian
       package. More specifically:

       •   It removes *.md5 and *.map files. These are created by doxygen to speed up incremental runs.

Name

       dh_doxygen - helps with packaging doxygen-generated documentation

Options

directory
           By  default, dh_doxygen scans your package looking for directories looking like they contain doxygen-
           generated documentation. However, if you explicitly provide one or more directories, only  they  will
           be processed.

       -Xitem, --exclude=item
           Exclude  files  that contain item anywhere in their filename from being symlinked, removed or checked
           for existence.

See Also

debhelper(7), dh(1).

       This program is meant to be used together with debhelper.

Synopsis

       dh_doxygen [debhelperoptions] [-Xitem] [directory...]

See Also