File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- = Antora C++ Reference Extension
1
+ = Antora {cpp} Reference Extension
2
2
3
- This extension generates reference documentation for C++ symbols in your codebase and creates an Antora module with its pages.
3
+ This extension generates reference documentation for {cpp} symbols in your codebase and creates an Antora module with its pages.
4
4
5
- This extension populates the Antora pages with a reference module that contains the reference documentation for the C++ symbols in your codebase.
5
+ This extension populates the Antora pages with a reference module that contains the reference documentation for the {cpp} symbols in your codebase.
6
6
7
7
== Configuration
8
8
@@ -19,7 +19,7 @@ npm i -D @alandefreitas/antora-cpp-reference-extension
19
19
20
20
Before building the Antora playbook, make sure you have the following installed:
21
21
22
- - A C++ compiler (preferably Clang)
22
+ - A {cpp} compiler (preferably Clang)
23
23
- `7z` (Windows) or `tar` (Linux)
24
24
- `git`
25
25
You can’t perform that action at this time.
0 commit comments