Changeset f1380b7 in mainline for doxygen/doxygen.cfg.diff


Ignore:
Timestamp:
2018-03-02T20:21:57Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34e1206
Parents:
a35b458
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
Message:

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doxygen/doxygen.cfg.diff

    ra35b458 rf1380b7  
    44 # title of most generated pages and in a few other places.
    55 # The default value is: My Project.
    6  
     6
    77-PROJECT_NAME           = "My Project"
    88+PROJECT_NAME           = "HelenOS"
    9  
     9
    1010 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
    1111 # could be handy for archiving the generated documentation or if some version
     
    1313 # for a project that appears at the top of each page and should give viewer a
    1414 # quick idea about the purpose of the project. Keep the description short.
    15  
     15
    1616-PROJECT_BRIEF          =
    1717+PROJECT_BRIEF          = " HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch."
    18  
     18
    1919 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
    2020 # in the documentation. The maximum height of the logo should not exceed 55
     
    2222 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
    2323 # Note: If this tag is empty the current directory is searched.
    24  
     24
    2525-INPUT                  =
    2626+INPUT                  = ..
    27  
     27
    2828 # This tag can be used to specify the character encoding of the source files
    2929 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
     
    3131 # be searched for input files as well.
    3232 # The default value is: NO.
    33  
     33
    3434-RECURSIVE              = NO
    3535+RECURSIVE              = YES
    36  
     36
    3737 # The EXCLUDE tag can be used to specify files and/or directories that should be
    3838 # excluded from the INPUT source files. This way you can easily exclude a
Note: See TracChangeset for help on using the changeset viewer.