From 9490c6b82aa9491ccdb6d1b12abce3e41368bbbf Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 7 May 2004 00:33:30 +0000 Subject: [PATCH] doxygen.jam: Actually use the "name" parameter given to the initialization routine. [SVN r22755] --- src/tools/doxygen.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/doxygen.jam b/src/tools/doxygen.jam index 4a297ca7e..2cb898067 100644 --- a/src/tools/doxygen.jam +++ b/src/tools/doxygen.jam @@ -110,6 +110,7 @@ rule headers-to-doxyfile ( target : sources * : properties * ) rule run ( target : source : properties * ) { doxygen-action $(target) : $(source) ; + NAME on $(target) = $(.doxygen) ; } # Collect the set of Doxygen XML files into a single XML source file