mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +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:
parent
5cdf0efaab
commit
03b43f3f6a
@ -2587,9 +2587,9 @@
|
|||||||
*
|
*
|
||||||
* membuf = g_malloc (8192);
|
* 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;
|
* return TRUE;
|
||||||
* }
|
* }
|
||||||
* ]|
|
* ]|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user