Skip to content

Commit

Permalink
Fix ID of Embarcadero C++ Compiler (#350)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
FantasqueX authored Dec 12, 2023
1 parent c9a429f commit 5dca296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/embarcadero.jam
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dca296

Please sign in to comment.