From 5ec0d6f799a828b08478c6459a6b4ca0a7e16c26 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:39:36 +0000 Subject: [PATCH] lilypond-0.0.52 --- Documentation/CodingStyle.pod | 2 ++ lily/include/item.hh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/CodingStyle.pod b/Documentation/CodingStyle.pod index 468c63a260..9f13c7bbd3 100644 --- a/Documentation/CodingStyle.pod +++ b/Documentation/CodingStyle.pod @@ -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 + =back Macros, Cs and Cs are all uppercase, diff --git a/lily/include/item.hh b/lily/include/item.hh index 3a1efa36c7..cae928961f 100644 --- a/lily/include/item.hh +++ b/lily/include/item.hh @@ -25,7 +25,7 @@ public: virtual Item *item() { return this; } Item(); void do_print()const; - + Real hpos_f() const; NAME_MEMBERS(Item); }; -- 2.39.5