[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.112,1.113

Max Horn fingolfin at users.sourceforge.net
Sun Jul 6 16:49:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv22833

Modified Files:
	logic.cpp 
Log Message:
cleanup this doxygen comment (li and arg are the same; we are using autobrief; don't mix the JavaDoc and Qt styles; don't duplicate the function signature, there is no need for that and it gets out of sync (as in this case)

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- logic.cpp	4 Jul 2003 20:14:11 -0000	1.112
+++ logic.cpp	6 Jul 2003 23:48:17 -0000	1.113
@@ -1164,14 +1164,12 @@
 };
 
 /**
- * \fn uint32 SkyLogic::script(uint16 scriptNo, uint16 offset)
- * \brief This is the actual script engine. 
- *        It interprets script \a scriptNo starting at \a offset
+ * This is the actual script engine.  It interprets script \a scriptNo starting at \a offset
  *
- * \param scriptNo The script to interpret.
- * 	\li \arg Bits 0-11 - Script number
- * 	\li \arg Bits 12-15 - Module number
- * \param offset At which offset to start interpreting the script.
+ * @param scriptNo The script to interpret.
+ * 	 @arg Bits 0-11 - Script number
+ * 	 @arg Bits 12-15 - Module number
+ * @param offset At which offset to start interpreting the script.
  *
  * @return 0 if script finished. Else offset where to continue.
  */





More information about the Scummvm-git-logs mailing list