2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

doxygen.jam: Actually use the "name" parameter given to the initialization routine.

[SVN r22755]
This commit is contained in:
Douglas Gregor
2004-05-07 00:33:30 +00:00
parent b16a538826
commit 9490c6b82a

View File

@@ -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