diff options
| author | MarcoFalke <[email protected]> | 2015-09-26 18:25:54 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-10-09 17:09:29 +0200 |
| commit | 60a8b70585d426d55ded88309c87d14c210e7032 (patch) | |
| tree | 005103f8cd4cea7b00ef3fbc14a8d4cf007ad188 /doc/developer-notes.md | |
| parent | [trivial] Make optimize-pngs.py also cover share/pixmaps (diff) | |
| download | discoin-60a8b70585d426d55ded88309c87d14c210e7032.tar.xz discoin-60a8b70585d426d55ded88309c87d14c210e7032.zip | |
[doc] trivial: developer-notes.md covers more than just coding standards
Diffstat (limited to 'doc/developer-notes.md')
| -rw-r--r-- | doc/developer-notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 8302a7856..a649b3af4 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -1,5 +1,5 @@ -Coding Standards -================ +Developer Notes +=============== Various coding styles have been used during the history of the codebase, and the result is not very consistent. However, we're now trying to converge to |