Skip to content

Commit 81a55d8

Browse files
committed
Try to fix odd but persistent doc generation error.
1 parent 8c1e1f5 commit 81a55d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Basic/DiagnosticGroups.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,7 @@ The warning can be resolved by removing one of the conditions above. In rough
827827
order of preference, this may be done by:
828828
1. Marking the object ``const`` (if possible)
829829
2. Moving the object's definition to a source file
830-
3. Making the object visible using ``__attribute((visibility("default")))``,
831-
``__declspec(dllimport)``, or ``__declspec(dllexport)``.
830+
3. Making the object visible using ``__attribute((visibility("default")))``, ``__declspec(dllimport)``, or ``__declspec(dllexport)``.
832831

833832
When annotating an object with ``__declspec(dllimport)`` or ``__declspec(dllexport)``,
834833
take care to ensure that the object is only exported from one dll, and is imported

0 commit comments

Comments
 (0)