Merge: neo: Fix definition lists
authorJean Privat <jean@pryen.org>
Fri, 24 Oct 2014 23:58:35 +0000 (19:58 -0400)
committerJean Privat <jean@pryen.org>
Fri, 24 Oct 2014 23:58:35 +0000 (19:58 -0400)
Fix the code that load relationships between a property or a class and its definitions.

Pull-Request: #841
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Jean Privat <jean@pryen.org>

1  2 
src/neo.nit

diff --cc src/neo.nit
@@@ -81,8 -80,9 +81,7 @@@
  # `MClassDef`
  #
  # * labels: `MClassDef`, `model_name` and `MEntity`.
- # * `is_intro`: Does this definition introduce the class?
  # * `location`: origin of the definition. SEE: `Location.to_s`
 -# * `parameter_names`: JSON array listing the name of each formal generic
 -# parameter (in order of declaration).
  # * `(:MClassDef)-[:BOUNDTYPE]->(:MClassType)`: bounded type associated to the
  # classdef.
  # * `(:MClassDef)-[:MCLASS]->(:MClass)`: associated `MClass`.