From owner-freebsd-libh Tue Apr 9 19:31:14 2002 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 800F637B41B for ; Tue, 9 Apr 2002 19:31:11 -0700 (PDT) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g3A2VAP05050 for libh@FreeBSD.org; Tue, 9 Apr 2002 21:31:10 -0500 (CDT) (envelope-from antoine) Message-Id: <200204100231.g3A2VAP05050@usw4.freebsd.org> From: Antoine Beaupré Date: Tue, 9 Apr 2002 21:31:10 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include Pointer.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/04/09 21:31:10 CDT Modified files: include Pointer.hh Log: convert comments to javadoc-style this commit shows how to convert existing class documentation to fit in the new documentation system, in general, long comments should be surrounded with: /** * ... */ and short comments (oneliners) should be formatted as /// ... Revision Changes Path 1.7 +8 -8 libh/include/Pointer.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message