From: fred Date: Wed, 12 Feb 1997 08:45:07 +0000 (+0000) Subject: lilypond-0.0.30 X-Git-Tag: release/1.5.59~6342 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8d3efce214524375de0bd32d1a397222279f3c49;p=lilypond.git lilypond-0.0.30 --- diff --git a/Documentation/CodingStyle.pod b/Documentation/CodingStyle.pod index 460935f859..2b86193338 100644 --- a/Documentation/CodingStyle.pod +++ b/Documentation/CodingStyle.pod @@ -40,23 +40,23 @@ the C is a Hungarian notation postfix for $C$. =head2 COMMENTS The source is commented in the DOC++ style. Check out doc++ at -F +http://www.zib.de/Visual/software/doc++/index.html /// short description class Class { - /// - Data data_member_; + /// short description /** - .. + long description */ + Data data_member_; /****************/ /// short memo - member(); /** long doco of member() */ + member(); }; /** Class documentation.