From b3fe9cc617f05ba925b0fa2e87a6a09121089bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 6 Mar 2018 23:26:36 +0100 Subject: [PATCH] doc: placeholders for Audio stuff in the Developers Guide. So much to write, so little time. --- doc/developers.dox | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/developers.dox b/doc/developers.dox index 097450791..ba6b6bd6d 100644 --- a/doc/developers.dox +++ b/doc/developers.dox @@ -591,6 +591,22 @@ that were used only if the workaround was in place. No need to deprecate anything, users explicitly disabling given workaround will only be informed that such workaround does not exist anymore. +@section developers-al-extensions Checklist for adding / removing OpenAL versions and extensions + +@todoc adapt from the GL section + +In order to remove OpenAL functionality, be sure to touch all places mentioned +above, only in inverse --- but usually @ref developers-deprecation "deprecate first", +unless it doesn't affect public API at all. + +@section developers-al-functionality Checklist for adding / removing OpenAL functionality + +@todoc adapt from the GL section + +In order to remove OpenAL functionality, be sure to touch all places mentioned +above, only in inverse --- but usually @ref developers-deprecation "deprecate first", +unless it doesn't affect public API at all. + @section developers-dependency Checklist for adding, removing or updating a dependency 1. Verify that there are no important clients stuck on the old version with no