From 5dca2965cb083060137498d6581fcbfb9522cfbc Mon Sep 17 00:00:00 2001 From: FantasqueX Date: Tue, 12 Dec 2023 21:11:25 +0800 Subject: [PATCH] Fix ID of Embarcadero C++ Compiler (#350) Currently there is a warning "asciidoctor: WARNING: ../../src/tools/embarcadero.jam: line 10: id assigned to section already in use: bbv2.reference.tools.compiler.borland" when generating documentation. It seems that ID of Embarcadero C++ Compiler is not set correctly. Since there is no use of this ID, this change should be safe. --- src/tools/embarcadero.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/embarcadero.jam b/src/tools/embarcadero.jam index 6b28f96fbc..be9d7992e2 100644 --- a/src/tools/embarcadero.jam +++ b/src/tools/embarcadero.jam @@ -6,7 +6,7 @@ #| tag::doc[] -[[bbv2.reference.tools.compiler.borland]] +[[bbv2.reference.tools.compiler.embarcadero]] = Embarcadero C++ Compiler The `embarcadero` module supports the 32-bit command line C++ compiler