1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Regex please?

Discussion in 'Facepalm' started by instantlyta, Jun 22, 2017.

  1. instantlyta

    instantlyta Slime

    Messages:
    96
    GitHub:
    intagaming
  2. SOFe

    SOFe Administrator Staff Member PMMP Team Poggit Admin

    Messages:
    1,968
    GitHub:
    sof3
    No, it never did. You always have to put it in a multiline doc comment.
    You can make a PR to add it though
     
  3. instantlyta

    instantlyta Slime

    Messages:
    96
    GitHub:
    intagaming
    Thanks, but neither of these works also..

    Code:
    /**
    * @priority HIGH
    */
    Code:
    /**
    {tabhere}* @priority HIGH
    */
     
  4. Jack Noordhuis

    Jack Noordhuis Zombie Pigman Poggit Reviewer

    Messages:
    618
    GitHub:
    JackNoordhuis
    Because the correct format is
    Code:
    /**
     * Your doc comment
     * @priority HIGHEST
     */
    
    :shoghi:
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.