Commit Graph

3 Commits

Author SHA1 Message Date
Julien Pivard
4f498954ab fix ada filename mixedcase with - object oriented
Derived types use caracter '.' in package name. But in the filename dot
are replaced by '-' .

For exemple :
```ada
package Mother_Package.Daughter_Package is
    -- ...
end Mother_Package.Daughter_Package;
```
is in a file named : Mother_Package-Daughter_Package.ads

So function ada_case(word) change the '-' in filename to dot in the
package name with mixedcase.
2016-08-05 13:50:55 +02:00
m-pilia
058bde6434 remove duplicate license snippets 2015-01-17 17:10:08 +01:00
obaoba
f7d4aa5efa adding Ada snippets 2014-08-23 16:13:08 +02:00