Skip to content
Snippets Groups Projects
  1. Feb 23, 2012
  2. Feb 22, 2012
  3. Feb 21, 2012
  4. Feb 20, 2012
  5. Feb 17, 2012
  6. Feb 15, 2012
  7. Feb 14, 2012
  8. Feb 13, 2012
    • Iustin Pop's avatar
      Fix doc bug introduced in 12637df5 · d505bc48
      Iustin Pop authored
      
      Commit 12637df5 changed/generalised how we build fields in the sphinx
      extension, however it resulted in this uncaught-so-far result:
      
      $ echo @QUERY_FIELDS_GROUP@ | ./autotools/docpp
      <generator object BuildValuesDoc at 0x28fd370>
      
      There's no point in yield-ing a single value (as opposed to a stream
      of values), so let's just "return" it.
      
      By the way, there's no test for this kind of error, but I don't think
      it would happen too often, so I didn't add one (e.g. grep "<.* at
      0x[0-9a-f]+>" man/*.[178]).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      d505bc48
Loading