You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/06/22 22:42:16 UTC

svn commit: r416491 - /incubator/xap/trunk/src/xap/session/DeclarativeArgumentParser.js

Author: jmargaris
Date: Thu Jun 22 15:42:15 2006
New Revision: 416491

URL: http://svn.apache.org/viewvc?rev=416491&view=rev
Log:
temp fix for jsdoc problem on empty @return tag

Modified:
    incubator/xap/trunk/src/xap/session/DeclarativeArgumentParser.js

Modified: incubator/xap/trunk/src/xap/session/DeclarativeArgumentParser.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/session/DeclarativeArgumentParser.js?rev=416491&r1=416490&r2=416491&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/session/DeclarativeArgumentParser.js (original)
+++ incubator/xap/trunk/src/xap/session/DeclarativeArgumentParser.js Thu Jun 22 15:42:15 2006
@@ -78,7 +78,7 @@
  * @param args A string that we are looking for the next arg in
  * @param startIndex the index in the string to start looking at
  * @param sourceElement
- * @return
+ * @return asd
  * @throws EscapeSyntaxException
  * @throws McoException
  */