]> git.sesse.net Git - vlc/blobdiff - doc/Doxyfile.in
Swscale: init the pf_video_filter after possible fails
[vlc] / doc / Doxyfile.in
index b1a0c0e70e51c74825cc30f16e368f134dbc22a4..bada5116f38ec79b91142ba9067a27a90968e73b 100644 (file)
@@ -180,6 +180,7 @@ TAB_SIZE               = 4
 # You can put \n's in the value part of an alias to insert newlines.
 
 ALIASES                =
+ALIASES += libvlc_return_bool="\if LIBVLC_RETURN_BOOL\n\par LIBVLC_RETURN_BOOL\n\endif"
 
 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
 # sources only. Doxygen will then generate output that is more tailored for C.