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

doxygen: Add Markdown type to file processed by doxygen.

This commit is contained in:
Thomas Brown
2017-05-09 21:12:23 -04:00
parent f8e6b44826
commit 6572326bdb
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ rule init ( name ? )
.doxproc = $(.doxproc:D)/doxproc.py ;
generators.register-composing doxygen.headers-to-doxyfile
: H HPP CPP : DOXYFILE ;
: H HPP CPP MARKDOWN : DOXYFILE ;
generators.register-standard doxygen.run
: DOXYFILE : DOXYGEN_XML_MULTIFILE ;
generators.register-standard doxygen.xml-dir-to-boostbook

View File

@@ -1,4 +1,4 @@
# Copyright David Abrahams 2004. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
type MARKDOWN : markdown md ;
type MARKDOWN : md markdown ;