Changeset a35b458 in mainline for kernel/doc/doxygroups.h


Ignore:
Timestamp:
2018-03-02T20:10:49Z (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:
f1380b7
Parents:
3061bc1
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
Message:

style: Remove trailing whitespace on _all_ lines, including empty ones, for particular file types.

Command used: tools/srepl '\s\+$' '' -- *.c *.h *.py *.sh *.s *.S *.ag

Currently, whitespace on empty lines is very inconsistent.
There are two basic choices: Either remove the whitespace, or keep empty lines
indented to the level of surrounding code. The former is AFAICT more common,
and also much easier to do automatically.

Alternatively, we could write script for automatic indentation, and use that
instead. However, if such a script exists, it's possible to use the indented
style locally, by having the editor apply relevant conversions on load/save,
without affecting remote repository. IMO, it makes more sense to adopt
the simpler rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/doc/doxygroups.h

    r3061bc1 ra35b458  
    2323  * @ingroup kernel
    2424  */
    25  
     25
    2626        /** @defgroup genericproc generic
    2727        * @ingroup proc
    2828        */
    29        
     29
    3030
    3131        /**
     
    9494  * @ingroup kernel
    9595  */
    96  
     96
    9797        /**
    9898         * @defgroup genericmm generic
    9999         * @ingroup mm
    100100         */
    101  
     101
    102102        /**
    103103         * @defgroup genarchmm genarch
    104104         * @ingroup mm
    105105         */
    106        
     106
    107107        /**
    108108         * @cond amd64
     
    111111         * @endcond
    112112         */
    113          
     113
    114114        /**
    115115         * @cond arm32
     
    118118         * @endcond
    119119         */
    120        
     120
    121121        /**
    122122         * @cond ia32
     
    125125         * @endcond
    126126         */
    127        
     127
    128128        /**
    129129         * @cond ia64
     
    132132         * @endcond
    133133         */
    134        
     134
    135135        /**
    136136         * @cond mips32
     
    139139         * @endcond
    140140         */
    141        
     141
    142142        /**
    143143         * @cond ppc32
     
    146146         * @endcond
    147147         */
    148        
     148
    149149        /**
    150150         * @cond ppc64
     
    153153         * @endcond
    154154         */
    155        
     155
    156156        /**
    157157         * @cond sparc64
     
    160160         * @endcond
    161161         */
    162        
    163 
    164  
     162
     163
     164
    165165/** @defgroup genericipc IPC
    166166 * @ingroup kernel
    167167 */
    168  
     168
    169169/** @defgroup generickio KIO
    170170 * @brief Kernel character input/output facility
     
    187187         * @endcond
    188188         */
    189          
     189
    190190        /**
    191191         * @cond arm32
     
    240240 * @ingroup others
    241241 */
    242  
     242
    243243        /** @defgroup genericdebug generic
    244244        * @ingroup debug
    245245        */
    246  
     246
    247247        /**
    248248         * @cond amd64
     
    251251         * @endcond
    252252         */
    253          
     253
    254254        /**
    255255         * @cond arm32
     
    315315         * @endcond
    316316         */
    317          
     317
    318318        /**
    319319         * @cond arm32
     
    376376        * @ingroup others
    377377        */
    378        
     378
    379379        /**
    380380         * @cond amd64
     
    383383         * @endcond
    384384         */
    385          
     385
    386386        /**
    387387         * @cond arm32
Note: See TracChangeset for help on using the changeset viewer.