aboutsummaryrefslogtreecommitdiffstats
path: root/doc/references
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-10 12:00:27 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-10 12:03:04 +0100
commit8059500c324d54656df81e5c16c5d44f1f6aca2f (patch)
tree18280aa1438f362a2d518e50eb54802b0114f035 /doc/references
parent85ba48826d2c6f1b8ed2d80e74e12f0a21702ca7 (diff)
downloadghdl-8059500c324d54656df81e5c16c5d44f1f6aca2f.tar.gz
ghdl-8059500c324d54656df81e5c16c5d44f1f6aca2f.tar.bz2
ghdl-8059500c324d54656df81e5c16c5d44f1f6aca2f.zip
doc: remove references to gna.org (dead), fix minor issues.
Diffstat (limited to 'doc/references')
-rw-r--r--doc/references/CodingStyle.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/references/CodingStyle.rst b/doc/references/CodingStyle.rst
index ddecb6339..3c9b9f398 100644
--- a/doc/references/CodingStyle.rst
+++ b/doc/references/CodingStyle.rst
@@ -5,7 +5,7 @@ Coding Style
Ada subset: use only a simple (VHDL like) subset of Ada: no tasking, no
controlled types... VHDL users should easily understand that subset.
-Allowed Ada93 features: the standard library, child packages.
+Allowed Ada95 features: the standard library, child packages.
Use assertions.
We try to follow the 'GNU Coding Standards' when possible: comments before
@@ -136,4 +136,4 @@ declaration). Don't repeat the comment before the subprogram body.
begin
If the initialization expression has a side effect (such as allocation), do
- not use a constant. \ No newline at end of file
+ not use a constant.