summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-01 17:59:43 +0000
committerMarc-André Lureau <marcandre.lureau@gmail.com>2009-02-13 00:01:43 +0200
commitf5cbcd351f2c1224c80ec4911930aa7c4d33ea3e (patch)
tree5224d0f3dbaebf12f79b3d87b1eb9ab4107672ad /tools
parent0e08a8031751f5e89d2b14e123c4d8563fed9d70 (diff)
doc-generator.xsl: explain why the message when an "out" arg has no name is commented out
Diffstat (limited to 'tools')
-rw-r--r--tools/doc-generator.xsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/doc-generator.xsl b/tools/doc-generator.xsl
index ab39d10..c1fd057 100644
--- a/tools/doc-generator.xsl
+++ b/tools/doc-generator.xsl
@@ -611,7 +611,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</xsl:if>
</xsl:when>
<xsl:when test="@direction='out'">
- <!--<xsl:if test="not(@name) or @name = ''">
+ <!-- FIXME: This is commented out until someone with a lot of time
+ on their hands goes through the spec adding names to all the "out"
+ arguments
+
+ <xsl:if test="not(@name) or @name = ''">
<xsl:message terminate="no">
<xsl:text>INFO: an 'out' arg of method </xsl:text>
<xsl:value-of select="concat(../../@name, '.', ../@name)"/>