GNOME Bugzilla – Bug 730961
Use %NULL, %TRUE, and %FALSE instead of NULL, TRUE, and FALSE
Last modified: 2014-05-29 23:28:36 UTC
Created attachment 277494 [details] [review] docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE This should help improve documentation generated for languages other than C.
Comment on attachment 277494 [details] [review] docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE Sometimes NULL is being used as abbreviation for GST_STATE_NULL, in those cases it should not be replaced with %NULL.
Replacing is by %GST_STATE_NULL is also an option. It will endup being a link, and will be mangled for different languages.
Created attachment 277500 [details] [review] docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE Those should really probably change to %GST_STATE_NULL, but that can be done in another patch.
Pushed, thanks: commit e10266e3f3cf9b05b69198b1ac6faa9a62840e30 Author: Evan Nemerson <evan@nemerson.com> Date: Thu May 29 14:54:34 2014 -0700 docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE This should help improve documentation generated for languages other than C. https://bugzilla.gnome.org/show_bug.cgi?id=730961