Skip to content

Commit f70e10c

Browse files
committed
Reference tracking issue
1 parent a45ed0c commit f70e10c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/lib.rs

+1-9
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,7 @@
1616
//! ```
1717
//!
1818
//! # Supported commands
19-
//! Currently the following commands are supported:
20-
//! * [``brief``](https://www.doxygen.nl/manual/commands.html#cmdbrief)
21-
//! * [``short``](https://www.doxygen.nl/manual/commands.html#cmdshort)
22-
//! * [``param``](https://www.doxygen.nl/manual/commands.html#cmdparam)
23-
//! * [``deprecated``](https://www.doxygen.nl/manual/commands.html#cmddeprecated)
24-
//! * [``details``](https://www.doxygen.nl/manual/commands.html#cmddetails)
25-
//! * [``return``](https://www.doxygen.nl/manual/commands.html#cmdreturn)
26-
//! * [``returns``](https://www.doxygen.nl/manual/commands.html#cmdreturns)
27-
//! * [``todo``](https://www.doxygen.nl/manual/commands.html#cmdtodo)
19+
//! See the [tracking issue](https://github.com/Techie-Pi/doxygen-rs/issues/1) for the exhaustive list
2820
//!
2921
//! And the following _flavours_ are soported:
3022
//! * ``\brief``

0 commit comments

Comments
 (0)