aboutsummaryrefslogtreecommitdiff
path: root/bestflags/generation.py
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/generation.py')
-rw-r--r--bestflags/generation.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/bestflags/generation.py b/bestflags/generation.py
index a6d38c81..413b63b8 100644
--- a/bestflags/generation.py
+++ b/bestflags/generation.py
@@ -1,6 +1,9 @@
"""A generation of a set of tasks.
-This contains the core algorithm of producing the next generation of execution.
+Part of the Chrome build flags optimization.
+
+This module contains the core algorithm of producing the next generation of
+execution.
"""
__author__ = 'yuhenglong@google.com (Yuheng Long)'