Documentation fixes
[vlp.git] / src / int / procaddr.c
index 8ae23aa9fb6d4eb20771536a1986fc2ff70abd1e..00d0084be29d7beb8de209e8bf0fdc359e7896af 100644 (file)
 #define staddr(node, pix)      ((word) ((pix << 8) | node))
 
 
-/*
-       These are converters from global to process pointers in memory
-       to global process pointers in message.
-       M denotes memory in which pair (pointer,object) exists or has to exist.
-       We want to create object denoting remote process instead of
-       dummy pointer without object.
-       The object will be like an arrayof integer of size 2.
-        arr[1..3] : arr[1]=node, arr[2]=pix.
-*/
+/**
+ * @file
+ * These are converters from global to process pointers in memory
+ * to global process pointers in message.
+ * M denotes memory in which pair (pointer,object) exists or has to exist.
+ * We want to create object denoting remote process instead of
+ * dummy pointer without object.
+ * The object will be like an arrayof integer of size 2.
+ *         arr[1..3] : arr[1]=node, arr[2]=pix.
+ */
 
 void obj2mess(word *M, virtaddr *obj, procaddr *mess)
 {