adamant.language.reference icon indicating copy to clipboard operation
adamant.language.reference copied to clipboard

Namespaces

Open WalkerCodeRanger opened this issue 7 years ago • 0 comments

Should correspond to the directory structure. Start with root namespace in the project. Files either in the namespace of their directory, or optionally represent the whole namespace?

namespace declared at top of file namespace adamant.compiler.core;

Doc comments are in README.md in namespace directory. If a file represents a namespace then they are doc comments about the namespace declaration of the file.

WalkerCodeRanger avatar Feb 28 '18 02:02 WalkerCodeRanger