Project

General

Profile

Bug #238

Most tags don't allow comments

Added by Paul Kitching about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
02/18/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Compiler error: illegal tag parameter tag: manifest
Compiler error: illegal tag parameter tag: fullscreen
Compiler error: illegal tag parameter tag: fps
Compiler error: illegal tag parameter tag: googlefont
Compiler error: illegal tag parameter tag: splashscreen

Those are the errors if you have a comment after any of those tags.

#manifest: "pc"               // error
#displayWidth:1920            // The resolution width of a HD monitor
#displayHeight:1080           // And the height.
#fullScreen:true              // error
#googleFont:"baloo"           // error
#splashScreen:false           // error
#fps:false                    // error
#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved

Fixed. Yet, only ONE tag per line are supported, and it will not change ;) ...

#2

Updated by Anonymous about 4 years ago

Yes, one tag per line makes sense. Those are special!

Did you also allow for ' and /* */ comments, as well as // ?

#3

Updated by Baptiste Pillot about 4 years ago

  • Status changed from Resolved to Closed

Francois Lionet : still missing the answer to the question about /* */ or // : you can leave a dedicated support issue to ask it again if needed, @PaulKitching.

Also available in: Atom PDF