代码之家  ›  专栏  ›  技术社区  ›  MathGladiator

特殊注释和预处理

  •  0
  • MathGladiator  · 技术社区  · 16 年前

    /*:[url=users/%id]:*/
    

    http://code.google.com/p/caret/

    1 回复  |  直到 16 年前
        1
  •  1
  •   mauris    16 年前

    /** ,不 /* .

    phpDoc注释条目的一个例子是:

    /**
     * Description of this function
     * @param int Number in
     * @return int|string number or string out
     */
    

    推荐文章