X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffunction-documentation.cc;h=b1384076b1ed2dc8f7a726beaeaa46753ac71dcc;hb=38a4081efa4a8ee2f5da780ca0ed2991627afc46;hp=480ea6b0892bdebbc80526812ce87e41cdc44c63;hpb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;p=lilypond.git diff --git a/lily/function-documentation.cc b/lily/function-documentation.cc index 480ea6b089..b1384076b1 100644 --- a/lily/function-documentation.cc +++ b/lily/function-documentation.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2004--2011 Han-Wen Nienhuys + Copyright (C) 2004--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -97,6 +97,7 @@ predicate_to_typename (void *ptr) #include "performance.hh" #include "spanner.hh" #include "stream-event.hh" +#include "unpure-pure-container.hh" void init_func_doc () @@ -110,6 +111,7 @@ init_func_doc () ly_add_type_predicate ((void *) &unsmob_moment, "Moment"); ly_add_type_predicate ((void *) &unsmob_paper_score, "Paper_score"); ly_add_type_predicate ((void *) &unsmob_performance, "Performance"); + ly_add_type_predicate ((void *) &is_unpure_pure_container, "unpure pure container"); ly_add_type_predicate ((void *) &is_axis, "axis"); ly_add_type_predicate ((void *) &is_number_pair, "number pair");