• albert-github's avatar
    Alignment of @code and @verbatim section · b4e5125a
    albert-github authored
    When having a code and a verbatim section the boxes are not alligned, this patch fixes this.
    Example code, aa.c; standard Doxyfile:
    /** \file
    
    \verbatim
    A verbatim part
    \endverbatim
    
    \code
    A code part
    \endcode
    */
    b4e5125a
doxygen_css.h 28.4 KB