Fix warnings reported by gen_doc.sh 80/11580/10
authorVratko Polak <vrpolak@cisco.com>
Fri, 13 Apr 2018 17:45:33 +0000 (19:45 +0200)
committerPeter Mikus <pmikus@cisco.com>
Wed, 25 Apr 2018 08:47:31 +0000 (08:47 +0000)
+ Docstring warnings fixed.
 + Multiline param descriptions indented by 4 spaces.
 - Except the PacketVerifier.py one
  - I have tried several quote-like blocks, nothing works.
- Rst warnings not fixed.
 - How can I fix them? They refer to temporarily created files.
+ Other improvements:
 + Python lines no longer than 80 characters.
 + :return: -> :returns:
 + Notes before params.
 + :raises
  + closing colon after exception class.
  + Description is a sentence.
  + Present tense in conditional sentences.
+ Bumped copyright year in edited files.

Change-Id: I462c194eeecb666dc146e26858486a07c990be9b
Signed-off-by: Vratko Polak <vrpolak@cisco.com>

No differences found