From 2266ba2478ceb96296d1aa85f895917ffef331fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Thu, 18 Jul 2013 09:41:47 +0200 Subject: [PATCH] Changed comments style for better future documentation generation. --- src/int/genint.h | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/int/genint.h b/src/int/genint.h index fc3fd93..a974c3f 100644 --- a/src/int/genint.h +++ b/src/int/genint.h @@ -38,10 +38,22 @@ or Andrzej Salwicki /* Variables : */ extern protdescr *prototype[]; -extern word ipradr; /* address of primitive type descriptions */ -extern word temporary; /* address of global temporary variables */ -extern word strings; /* base for string constants */ -extern word lastprot; /* the last used prototype number */ -extern word freem; /* first free cell in M */ -extern word currfile; /* current file virtual address */ + +/** address of primitive type descriptions */ +extern word ipradr; + +/** address of global temporary variables */ +extern word temporary; + +/** base for string constants */ +extern word strings; + +/** the last used prototype number */ +extern word lastprot; + +/** first free cell in M */ +extern word freem; + +/** current file virtual address */ +extern word currfile; -- 2.30.2