1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs: slightly improve link formatting and remove trailing whitespaces

This commit is contained in:
Zetok Zalbavar 2017-02-20 12:40:54 +00:00
parent e4d40f11ed
commit 21195d363a
No known key found for this signature in database
GPG Key ID: C953D3880212068A
2 changed files with 68 additions and 69 deletions

View File

@ -349,7 +349,7 @@ git config --global commit.gpgsign true
# Coding Guidelines # Coding Guidelines
See [coding_standards.md][Coding Standards]. See [coding_standards.md].
## Limitations ## Limitations
@ -366,4 +366,4 @@ Symbols that should be forbidden for filenames under Windows:
[pull request]: https://github.com/qTox/qTox/pulls [pull request]: https://github.com/qTox/qTox/pulls
[`test-pr.sh`]: /test-pr.sh [`test-pr.sh`]: /test-pr.sh
[Coding Standards]: https://github.com/qTox/qTox/blob/master/doc/coding_standards.md [coding_standards.md]: /doc/coding_standards.md

View File

@ -412,7 +412,7 @@ line. Doxygen keywords like `@brief`, `@param` and `@return` should be used
such that doxygen can intelligently generate the appropriate documentation. such that doxygen can intelligently generate the appropriate documentation.
On all updates to master, doxygen comments are automatically generated for the On all updates to master, doxygen comments are automatically generated for the
source code, available at [https://qtox.github.io/doxygen][Doxygen]. source code, available at https://qtox.github.io/doxygen.
```C++ ```C++
/*...license info...*/ /*...license info...*/
@ -476,4 +476,3 @@ someWidget->setTooltip(QStringLiteral("<html><!-- some HTML text -->") + tr("Tra
[ISO/IEC/C++11]: http://www.iso.org/iso/catalogue_detail.htm?csnumber=50372 [ISO/IEC/C++11]: http://www.iso.org/iso/catalogue_detail.htm?csnumber=50372
[Exceptions]: https://en.wikipedia.org/wiki/C%2B%2B#Exception_handling [Exceptions]: https://en.wikipedia.org/wiki/C%2B%2B#Exception_handling
[RTTI]: https://en.wikipedia.org/wiki/Run-time_type_information [RTTI]: https://en.wikipedia.org/wiki/Run-time_type_information
[Doxygen]: https://qtox.github.io/doxygen/