Skip to content
  • Erik Faye-Lund's avatar
    docs: fix invalid rst · 87b83531
    Erik Faye-Lund authored
    We need a single empty line between the code-block state and the text
    in the block, otherwise the rST is invalid and the entire block will be
    dropped, as is currently the case on the website.
    
    While we're at it, remove some needless colons from these code-blocks as
    well. They're not needed, and we usually don't have these in the docs.
    
    Fixes: a2a8c6a3
    
     ("docs: Add some documentation of game GL buffer object mapping behavior.")
    Reviewed-by: Eric Engestrom's avatarEric Engestrom <eric@engestrom.ch>
    Part-of: <!9710>
    87b83531