]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.52
authorfred <fred>
Sun, 24 Mar 2002 19:39:36 +0000 (19:39 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:39:36 +0000 (19:39 +0000)
Documentation/CodingStyle.pod
lily/include/item.hh

index 468c63a260e85a4f80cda21448d630f6c0d13995..9f13c7bbd3d1d7294e1c533adfc6b411be62cbb3 100644 (file)
@@ -81,6 +81,7 @@ http://www.zib.de/Visual/software/doc++/index.html
 
        /*
                C style comments for multiline comments.
+               They come before the thing to document.
                [...]
        */
 
@@ -247,6 +248,7 @@ use no, or pick less silly, abbrvs.
 =item *
 
 use non-ambiguous postfixes C<identifier_name_type_modifier[_modifier]>
+
 =back
 
 Macros, C<enum>s and C<const>s are all uppercase,
index 3a1efa36c752b199c85dc0479de57b8186065e43..cae928961f4a525bbd6437d9796a75c887ee313d 100644 (file)
@@ -25,7 +25,7 @@ public:
     virtual Item *item() { return this; }
     Item();
     void do_print()const;
-
+    Real hpos_f() const;
     NAME_MEMBERS(Item);
 };