diff --git a/src/lib.rs b/src/lib.rs index 944919f..6077db2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,15 +16,7 @@ //! ``` //! //! # Supported commands -//! Currently the following commands are supported: -//! * [``brief``](https://www.doxygen.nl/manual/commands.html#cmdbrief) -//! * [``short``](https://www.doxygen.nl/manual/commands.html#cmdshort) -//! * [``param``](https://www.doxygen.nl/manual/commands.html#cmdparam) -//! * [``deprecated``](https://www.doxygen.nl/manual/commands.html#cmddeprecated) -//! * [``details``](https://www.doxygen.nl/manual/commands.html#cmddetails) -//! * [``return``](https://www.doxygen.nl/manual/commands.html#cmdreturn) -//! * [``returns``](https://www.doxygen.nl/manual/commands.html#cmdreturns) -//! * [``todo``](https://www.doxygen.nl/manual/commands.html#cmdtodo) +//! See the [tracking issue](https://github.com/Techie-Pi/doxygen-rs/issues/1) for the exhaustive list //! //! And the following _flavours_ are soported: //! * ``\brief``