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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user