Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix doxygen markup
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 10 Aug 2016 22:42:33 +0000 (00:42 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 10 Aug 2016 22:42:33 +0000 (00:42 +0200)
src/bindings/java/jmsg_process.h
src/bindings/lua/lua_debug.cpp

index 647d41f..fc738bf 100644 (file)
@@ -42,8 +42,8 @@ jobject jprocess_new_global_ref(jobject jprocess, JNIEnv * env);
  * This function delete a global reference to a java process instance.
  * If the java process is alive the function joins it and stops it before.
  *
- * @param        The global refernce to delete.
- * @param env    The env of the current thread
+ * @param jprocess The global refernce to delete.
+ * @param env      The env of the current thread
  *
  * @see          jprocess_join()
  * @see          jprocess_exit()
index 8b72e6a..79b1bc5 100644 (file)
@@ -210,10 +210,10 @@ void* sglua_checkudata_debug(lua_State* L, int ud, const char* tname)
  * This function is a valid lua_Writer that writes into a memory buffer passed
  * as userdata.
  *
- * @param L a lua state
- * @param source some data
- * @param sz number of bytes of data
- * @param user_data the memory buffer to write
+ * @param L        a lua state
+ * @param source   some data
+ * @param size     number of bytes of data
+ * @param userdata the memory buffer to write
  */
 int sglua_memory_writer(lua_State* L, const void* source, size_t size,
     void* userdata) {