You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MrDocs requires input to be well-formed C++ code. If the input is ill-formed, MrDocs will attempt to emit at least one diagnostic. However, constructs classified
201
+
as "ill-formed, no diagnostic required" under the C++ standard may lead to undefined output.
202
+
198
203
== Extracting Documentation
199
204
200
205
Unlike other documentation generators, MrDocs only works with valid {cpp} code.
0 commit comments