Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/modules/ROOT/pages/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ compilation-database: ../CMakeLists.txt
output: ../docs/reference
----

== Requirements

MrDocs requires input to be well-formed {cpp} code. If the input is ill-formed, MrDocs will attempt to emit at least one diagnostic. However, constructs classified
as "ill-formed, no diagnostic required" under the {cpp} standard may lead to undefined output.

== Extracting Documentation

Unlike other documentation generators, MrDocs only works with valid {cpp} code.
Expand Down
Loading