]> source.dussan.org Git - redmine.git/commitdiff
Updates macro description (#10789).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Sep 2012 15:27:21 +0000 (15:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Sep 2012 15:27:21 +0000 (15:27 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10402 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/wiki_formatting/macros.rb

index 1ae86345b0faaa23df193122283eb716996768a5..50dbb853d87926247713e660e1c4de3793e5ccac 100644 (file)
@@ -180,6 +180,7 @@ module Redmine
 
       desc "Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:\n\n" +
              "  !{{child_pages}} -- can be used from a wiki page only\n" +
+             "  !{{child_pages(depth=2)}} -- display 2 levels nesting only\n"
              "  !{{child_pages(Foo)}} -- lists all children of page Foo\n" +
              "  !{{child_pages(Foo, parent=1)}} -- same as above with a link to page Foo"
       macro :child_pages do |obj, args|