Make mediawiki.content.json.css not trigger JSDuck
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 9 Aug 2014 14:56:06 +0000 (16:56 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 9 Aug 2014 14:56:06 +0000 (16:56 +0200)
Fun fact: JSDuck tests don't run for .css file changes on Jenkins, but
when they do run for .js file changes, they also process .css files
and the documentation comments in them.

Change /** to /*! to prevent that, like we've done in other files.

Follow-up to d2a82fcb.

Change-Id: Ib7f9875ea818bc72fe9aaed167b428e570c6df2e

resources/src/mediawiki/mediawiki.content.json.css

index 583dd39..12b3f1b 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*!
  * CSS for styling HTML-formatted JSON Schema objects
  *
  * @file