Skip to content

Commit 0e193dc

Browse files
authored
Fix broken link to doxygen docblocks (#2430)
Link broken. Fixed it and used modern style
1 parent d4cb0f7 commit 0e193dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bindgen/ir/annotations.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ pub enum FieldAccessorKind {
2121

2222
/// Annotations for a given item, or a field.
2323
///
24-
/// You can see the kind of comments that are accepted in the Doxygen
25-
/// documentation:
26-
///
27-
/// http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html
24+
/// You can see the kind of comments that are accepted in the [Doxygen documentation](https://www.doxygen.nl/manual/docblocks.html).
2825
#[derive(Default, Clone, PartialEq, Eq, Debug)]
2926
pub struct Annotations {
3027
/// Whether this item is marked as opaque. Only applies to types.

0 commit comments

Comments
 (0)