Skip to content

Commit

Permalink
Update docs for 21.03
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichis committed Mar 6, 2021
1 parent 5c38721 commit ae9a9ca
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '20.11'
version = '21.03'
# The full version, including alpha/beta/rc tags.
release = '20.11'
release = '21.03'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion rules/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -463,5 +463,5 @@ This rule is defined by the following class: `oclint-rules/rules/basic/ThrowExce
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/cocoa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ This rule is defined by the following class: `oclint-rules/rules/cocoa/ObjCVerif
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/convention.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,5 @@ This rule is defined by the following class: `oclint-rules/rules/convention/Cove
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/cuda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ This rule is defined by the following class: `oclint-rules/rules/cuda/CudaBranch
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ This rule is defined by the following class: `oclint-rules/rules/design/AvoidPri
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/empty.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,5 +243,5 @@ This rule is defined by the following class: `oclint-rules/rules/empty/EmptyWhil
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ OCLint |release| includes 72 rules.
size
unused

.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ This rule is defined by the following class: `oclint-rules/rules/migration/ObjCO
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/naming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ SHORT_VARIABLE_NAME
The short variable name reporting threshold, default value is 3.


.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/redundant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,5 @@ This rule is defined by the following class: `oclint-rules/rules/redundant/Usele
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/size.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,5 +383,5 @@ TOO_MANY_PARAMETERS
Fowler, Martin (1999). *Refactoring: Improving the design of existing code.* Addison Wesley.


.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021
2 changes: 1 addition & 1 deletion rules/unused.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ This rule is defined by the following class: `oclint-rules/rules/unused/UnusedMe
__attribute__((annotate("oclint:suppress[unused method parameter]")))
.. Generated on Wed Dec 30 09:22:10 2020
.. Generated on Sat Mar 6 11:00:31 2021

0 comments on commit ae9a9ca

Please sign in to comment.