Przeglądaj źródła

Make doxygen work even if it's initialized before boostbook.

The doxygen module is not really standalone, it requires Boost.Book XSL
stylesheets, and so needs to get their location from the boostbook module.
Previously, the doxygen.init module would get the stylesheet dir, and if
it's empty, would not declare some generators. So, if doxygen is initialized
before bookstbook, some conversion won't work.

Now, generators are defined in all cases, but when the action is run, we
check that boostbook was initialized.


[SVN r28313]
Vladimir Prus 21 lat temu
rodzic
commit
8d97b9f131
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 7c553e33f263ae244cc71ca4067766bda640f13b
+Subproject commit ce3572650ea11e8ae717e19f95cc0e6add046535

粤ICP备19079148号