Skip to content

Commit 9eec331

Browse files
committed
docs: remove c processor extension
1 parent 1548967 commit 9eec331

File tree

5 files changed

+0
-165
lines changed

5 files changed

+0
-165
lines changed

docs/antora-playbook.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ asciidoc:
5050
- '@asciidoctor/tabs'
5151
- ./extensions/mrdocs-demos.js
5252
- ./extensions/mrdocs-releases.js
53-
- ./extensions/c-preprocessor.js
5453
- ./extensions/config-options-reference.js

docs/extensions/c-preprocessor.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/modules/ROOT/pages/contribute.adoc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,6 @@ For each compilation command:
7575
==== Info Nodes
7676

7777
MrDocs represents each C++ symbol or construct as an `Info` node (`mrdocs/Metadata/Info.hpp`).
78-
MrDocs currently defines the following `Info` nodes:
79-
80-
[c-preprocessor]
81-
====
82-
83-
[cols="1,3,2"]
84-
|===
85-
| Name | Description | Declaration
86-
87-
#define INFO_PASCAL_AND_DESC(Type, Desc) | `pass:[Type]pass:[Info]` | Desc | `mrdocs/Metadata/pass:[Type].hpp`
88-
89-
include::partial$InfoNodes.inc[]
90-
91-
|===
92-
====
93-
9478
`Info` can not only represent direct AST symbols but also {cpp} constructs that need to be inferred from these symbols.
9579
Nodes in the first category will typically be created in the initial extraction step, and nodes in the second category will be created in the finalization step.
9680

docs/modules/ROOT/partials/InfoNodes.inc

Lines changed: 0 additions & 110 deletions
This file was deleted.

docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"@antora/lunr-extension": "^1.0.0-alpha.8",
1010
"@asciidoctor/tabs": "^1.0.0-beta.3",
1111
"asciidoctor": "^2.2.6",
12-
"c-preprocessor": "^0.2.13",
1312
"sync-request": "^6.1.0"
1413
}
1514
}

0 commit comments

Comments
 (0)