mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 19:59:21 +02:00
docs: Fix early termination of some documentation comments
As spotted by cppcheck, which has an eye for these things.
This commit is contained in:
@@ -2587,9 +2587,9 @@
|
||||
*
|
||||
* membuf = g_malloc (8192);
|
||||
*
|
||||
* /* Some computation on membuf */
|
||||
* /<!-- -->* Some computation on membuf *<!-- -->/
|
||||
*
|
||||
* /* membuf will be automatically freed here */
|
||||
* /<!-- -->* membuf will be automatically freed here *<!-- -->/
|
||||
* return TRUE;
|
||||
* }
|
||||
* ]|
|
||||
|
Reference in New Issue
Block a user