зеркало из https://github.com/mozilla/gecko-dev.git
Recent fixes
This commit is contained in:
Родитель
6327aeca23
Коммит
e6b2077605
|
@ -66,8 +66,7 @@
|
||||||
-A, --add Add a license to files that do not appear to
|
-A, --add Add a license to files that do not appear to
|
||||||
have one.
|
have one.
|
||||||
-I, --initial-developers
|
-I, --initial-developers
|
||||||
Display initial developer for each file (-s is
|
Display initial developer for each file.
|
||||||
suggested).
|
|
||||||
|
|
||||||
General Options:
|
General Options:
|
||||||
-h, --help dump this help and exit
|
-h, --help dump this help and exit
|
||||||
|
@ -384,6 +383,7 @@ _g_ext_to_comment_info = {
|
||||||
".cpp": (["/*", " *", "*/"], ),
|
".cpp": (["/*", " *", "*/"], ),
|
||||||
".H": (["/*", " *", "*/"], ),
|
".H": (["/*", " *", "*/"], ),
|
||||||
".h": (["/*", " *", "*/"], ),
|
".h": (["/*", " *", "*/"], ),
|
||||||
|
".hxx": (["/*", " *", "*/"], ),
|
||||||
".c": (["/*", " *", "*/"], ),
|
".c": (["/*", " *", "*/"], ),
|
||||||
".css": (["/*", " *", "*/"], ['#']),
|
".css": (["/*", " *", "*/"], ['#']),
|
||||||
".js": (["/*", " *", "*/"], ['#']),
|
".js": (["/*", " *", "*/"], ['#']),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче