Revision d505bc48 lib/build/sphinx_ext.py

b/lib/build/sphinx_ext.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2011 Google Inc.
4
# Copyright (C) 2011, 2012 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
294 294
  defs = [(fdef.name, fdef.doc)
295 295
           for (_, (fdef, _, _, _)) in utils.NiceSort(fields.items(),
296 296
                                                      key=compat.fst)]
297
  yield BuildValuesDoc(defs)
297
  return BuildValuesDoc(defs)
298 298

  
299 299

  
300 300
def BuildValuesDoc(values):

Also available in: Unified diff