Campbell Barton
cea588b9ef
Cleanup: spelling in comments, C++ style comments for disabled code
...
Also ensure space at end of comment.
2022-01-14 11:23:46 +11:00
Campbell Barton
2c0ccb0159
Cleanup: move public doc-strings into headers for 'simulation'
...
Ref T92709
2021-12-08 20:30:05 +11:00
Campbell Barton
1cf45fe10f
Cleanup: spelling
2021-08-02 15:22:54 +10:00
Campbell Barton
ced94bc11c
Cleanup: code comments punctuation / spacing
2021-07-23 17:03:51 +10:00
Campbell Barton
265c3a4724
Cleanup: replace NB with NOTE in comments
2021-07-21 13:10:32 +10:00
Campbell Barton
9b89de2571
Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX
...
Also use doxy style function reference `#` prefix chars when
referencing identifiers.
2021-07-04 00:43:40 +10:00
Campbell Barton
f1e4903854
Cleanup: full sentences in comments, improve comment formatting
2021-06-26 21:50:48 +10:00
Campbell Barton
17e1e2bfd8
Cleanup: correct spelling in comments
2021-02-05 16:23:34 +11:00
Aaron Carlisle
df4935b29b
Cleanup: Fix wrong doxygen groups
...
Was missed in rB9b6088cb9da4df1a893361997fc1a22986bf6f2e
2020-11-06 01:46:50 -05:00
Campbell Barton
deca7c7954
Cleanup: spelling
2020-10-14 14:43:54 +11:00
Campbell Barton
5336555c31
Cleanup: spelling
2020-10-10 22:04:51 +11:00
Campbell Barton
2abfcebb0e
Cleanup: use C comments for descriptive text
...
Follow our code style guide by using C-comments for text descriptions.
2020-10-10 22:04:51 +11:00
Campbell Barton
171e77c3c2
Cleanup: use array syntax for sizeof with fixed values
...
Also order sizeof(..) first to promote other values to size_t.
2020-08-08 13:38:00 +10:00
Campbell Barton
48e089375e
Cleanup: pass arrays const where possible
2020-08-07 22:56:13 +10:00
Campbell Barton
b134434224
Cleanup: declare arrays arrays where possible
2020-08-07 22:37:39 +10:00
Sybren A. Stüvel
c04088fed1
Cleanup: Clang-Tidy else-after-return fixes
...
This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule. This should be the final commit of the series of commits that
addresses this particular rule.
No functional changes.
2020-08-07 13:38:07 +02:00
Jacques Lucke
9b6088cb9d
Simulation: Change BPH prefix to SIM
...
In a previous commit the `physics` folder has been renamed to `simulation`.
This commit updates the function/file prefix accordingly.
2020-07-16 14:37:21 +02:00
Jacques Lucke
9363c4de06
Simulation: Rename physics directory to simulation
...
Function names will be updated in a separate commit.
This will be the place for the new particle system and other
code related to the Simulation data block. We don't want
to have all that code in blenkernel.
Approved by brecht.
2020-07-16 14:28:38 +02:00