Skip to content

Commit

Permalink
Added documentation to the beginning of file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Sep 28, 2004
1 parent 1a291e1 commit 36a9acc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modeq/lookup.rml
Expand Up @@ -28,6 +28,15 @@
**
**)

(* This module is responsible for the lookup mechanism in Modelica.
** It is responsible for looking up classes, variables, etc. in the
** environment 'Env' by following the lookup rules.
** The importand relations are:
** lookup_class - to find a class
** lookup_type - to find types (e.g. functions, types, etc.)
** lookup_var - to find a variable in the instance hierarchy.
**)

module Lookup:

with "classinf.rml"
Expand Down

0 comments on commit 36a9acc

Please sign in to comment.